net.sf.ext.mediamanager.ebm.matroska
Class MatroskaFile.MatroskaFileTrack
java.lang.Object
net.sf.ext.mediamanager.ebm.matroska.MatroskaFile.MatroskaFileTrack
- Enclosing class:
- MatroskaFile
- public class MatroskaFile.MatroskaFileTrack
- extends java.lang.Object
Matroska Track Class
Method Summary |
java.lang.String |
toString()
Converts the Track to String form |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TrackNo
public short TrackNo
TrackUID
public long TrackUID
TrackType
public byte TrackType
DefaultDuration
public long DefaultDuration
Name
public java.lang.String Name
Language
public java.lang.String Language
CodecID
public java.lang.String CodecID
CodecPrivate
public byte[] CodecPrivate
Video_PixelWidth
public short Video_PixelWidth
Video_PixelHeight
public short Video_PixelHeight
Video_DisplayWidth
public short Video_DisplayWidth
Video_DisplayHeight
public short Video_DisplayHeight
Audio_SamplingFrequency
public float Audio_SamplingFrequency
Audio_OutputSamplingFrequency
public float Audio_OutputSamplingFrequency
Audio_Channels
public short Audio_Channels
Audio_BitDepth
public byte Audio_BitDepth
MatroskaFile.MatroskaFileTrack
public MatroskaFile.MatroskaFileTrack()
toString
public java.lang.String toString()
- Converts the Track to String form
- Returns:
- String form of MatroskaFileTrack data