Package org.mp4parser.muxer
Class TrackMetaData
- java.lang.Object
-
- org.mp4parser.muxer.TrackMetaData
-
-
Constructor Summary
Constructors Constructor Description TrackMetaData()
-
Method Summary
Modifier and Type Method Description Objectclone()DategetCreationTime()intgetGroup()doublegetHeight()StringgetLanguage()intgetLayer()MatrixgetMatrix()DategetModificationTime()longgetTimescale()longgetTrackId()floatgetVolume()doublegetWidth()voidsetCreationTime(Date creationTime)voidsetGroup(int group)voidsetHeight(double height)voidsetLanguage(String language)voidsetLayer(int layer)voidsetMatrix(Matrix matrix)voidsetModificationTime(Date modificationTime)voidsetTimescale(long timescale)voidsetTrackId(long trackId)voidsetVolume(float volume)voidsetWidth(double width)
-
-
-
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)
-
getMatrix
public Matrix getMatrix()
-
setMatrix
public void setMatrix(Matrix matrix)
-
-