| Constructor and Description |
|---|
DivideTimeScaleTrack(Track source,
int timeScaleDivisor) |
| Modifier and Type | Method and Description |
|---|---|
List<CompositionTimeToSample.Entry> |
getCompositionTimeEntries() |
long |
getDuration()
The duration of the track in track timescale.
|
String |
getHandler() |
Box |
getMediaHeaderBox() |
List<SampleDependencyTypeBox.Entry> |
getSampleDependencies() |
SampleDescriptionBox |
getSampleDescriptionBox() |
long[] |
getSampleDurations()
Each samples is covers a small time span in a video.
|
List<Sample> |
getSamples() |
SubSampleInformationBox |
getSubsampleInformationBox() |
long[] |
getSyncSamples() |
TrackMetaData |
getTrackMetaData() |
String |
toString() |
public DivideTimeScaleTrack(Track source, int timeScaleDivisor)
public SampleDescriptionBox getSampleDescriptionBox()
getSampleDescriptionBox in interface Trackpublic long[] getSampleDurations()
TrackTrack.getSamples() contains.getSampleDurations in interface Trackpublic List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
getCompositionTimeEntries in interface Trackpublic long[] getSyncSamples()
getSyncSamples in interface Trackpublic List<SampleDependencyTypeBox.Entry> getSampleDependencies()
getSampleDependencies in interface Trackpublic TrackMetaData getTrackMetaData()
getTrackMetaData in interface Trackpublic String getHandler()
getHandler in interface Trackpublic List<Sample> getSamples()
getSamples in interface Trackpublic Box getMediaHeaderBox()
getMediaHeaderBox in interface Trackpublic SubSampleInformationBox getSubsampleInformationBox()
getSubsampleInformationBox in interface Trackpublic long getDuration()
TrackgetDuration in interface TrackCopyright © 2014. All rights reserved.