public class WrappingTrack extends Object implements Track
| Constructor and Description |
|---|
WrappingTrack(Track parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
List<CompositionTimeToSample.Entry> |
getCompositionTimeEntries() |
long |
getDuration()
The duration of the track in track timescale.
|
List<Edit> |
getEdits() |
String |
getHandler() |
String |
getName()
A name for identification purposes.
|
List<SampleDependencyTypeBox.Entry> |
getSampleDependencies() |
SampleDescriptionBox |
getSampleDescriptionBox() |
long[] |
getSampleDurations()
Each samples is covers a small time span in a video.
|
Map<GroupEntry,long[]> |
getSampleGroups() |
List<Sample> |
getSamples()
The list of all samples.
|
SubSampleInformationBox |
getSubsampleInformationBox() |
long[] |
getSyncSamples() |
TrackMetaData |
getTrackMetaData() |
public WrappingTrack(Track parent)
public SampleDescriptionBox getSampleDescriptionBox()
getSampleDescriptionBox in interface Trackpublic long[] getSampleDurations()
TrackTrack.getSamples() contains.getSampleDurations in interface Trackpublic long getDuration()
TrackgetDuration 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()
TrackgetSamples in interface Trackpublic SubSampleInformationBox getSubsampleInformationBox()
getSubsampleInformationBox in interface Trackpublic String getName()
Trackpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic Map<GroupEntry,long[]> getSampleGroups()
getSampleGroups in interface TrackCopyright © 2016. All rights reserved.