public interface Track
Represents a Track. A track is a timed sequence of related samples.
NOTE:For media data, a track corresponds to a sequence of images or sampled audio; for hint tracks, a track corresponds to a streaming channel.
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() |
SampleDescriptionBox getSampleDescriptionBox()
long[] getSampleDurations()
getSamples()
contains.long getDuration()
List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
long[] getSyncSamples()
List<SampleDependencyTypeBox.Entry> getSampleDependencies()
TrackMetaData getTrackMetaData()
String getHandler()
Box getMediaHeaderBox()
SubSampleInformationBox getSubsampleInformationBox()
Copyright © 2014. All rights reserved.