public abstract class AbstractTrack extends Object implements Track
| Constructor and Description |
|---|
AbstractTrack(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<CompositionTimeToSample.Entry> |
getCompositionTimeEntries() |
long |
getDuration()
The duration of the track in track timescale.
|
List<Edit> |
getEdits() |
String |
getName()
A name for identification purposes.
|
List<SampleDependencyTypeBox.Entry> |
getSampleDependencies() |
Map<GroupEntry,long[]> |
getSampleGroups() |
SubSampleInformationBox |
getSubsampleInformationBox() |
long[] |
getSyncSamples() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHandler, getSampleDescriptionBox, getSampleDurations, getSamples, getTrackMetaDatapublic AbstractTrack(String name)
public 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 Trackpublic String getName()
Trackpublic Map<GroupEntry,long[]> getSampleGroups()
getSampleGroups in interface TrackCopyright © 2016. All rights reserved.