public abstract class AbstractTrack extends Object implements Track
| Constructor and Description |
|---|
AbstractTrack() |
| Modifier and Type | Method and Description |
|---|---|
List<CompositionTimeToSample.Entry> |
getCompositionTimeEntries() |
long |
getDuration()
The duration of the track in track timescale.
|
List<SampleDependencyTypeBox.Entry> |
getSampleDependencies() |
SubSampleInformationBox |
getSubsampleInformationBox() |
long[] |
getSyncSamples() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHandler, getMediaHeaderBox, getSampleDescriptionBox, getSampleDurations, getSamples, getTrackMetaDatapublic List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
getCompositionTimeEntries in interface Trackpublic long[] getSyncSamples()
getSyncSamples in interface Trackpublic List<SampleDependencyTypeBox.Entry> getSampleDependencies()
getSampleDependencies in interface Trackpublic SubSampleInformationBox getSubsampleInformationBox()
getSubsampleInformationBox in interface Trackpublic long getDuration()
TrackgetDuration in interface TrackCopyright © 2014. All rights reserved.