com.googlecode.mp4parser.authoring
Class TrackMetaData

java.lang.Object
  extended by com.googlecode.mp4parser.authoring.TrackMetaData
All Implemented Interfaces:
Cloneable

public class TrackMetaData
extends Object
implements Cloneable


Constructor Summary
TrackMetaData()
           
 
Method Summary
 Object clone()
           
 Date getCreationTime()
           
 int getGroup()
           
 double getHeight()
           
 String getLanguage()
           
 int getLayer()
           
 Date getModificationTime()
           
 long getTimescale()
           
 long getTrackId()
           
 float getVolume()
           
 double getWidth()
           
 void setCreationTime(Date creationTime)
           
 void setGroup(int group)
           
 void setHeight(double height)
           
 void setLanguage(String language)
           
 void setLayer(int layer)
           
 void setModificationTime(Date modificationTime)
           
 void setTimescale(long timescale)
           
 void setTrackId(long trackId)
           
 void setVolume(float volume)
           
 void setWidth(double width)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrackMetaData

public TrackMetaData()
Method Detail

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

getTimescale

public long getTimescale()

setTimescale

public void setTimescale(long timescale)

getModificationTime

public Date getModificationTime()

setModificationTime

public void setModificationTime(Date modificationTime)

getCreationTime

public Date getCreationTime()

setCreationTime

public void setCreationTime(Date creationTime)

getWidth

public double getWidth()

setWidth

public void setWidth(double width)

getHeight

public double getHeight()

setHeight

public void setHeight(double height)

getTrackId

public long getTrackId()

setTrackId

public void setTrackId(long trackId)

getLayer

public int getLayer()

setLayer

public void setLayer(int layer)

getVolume

public float getVolume()

setVolume

public void setVolume(float volume)

getGroup

public int getGroup()

setGroup

public void setGroup(int group)

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2012. All Rights Reserved.