public class AC3TrackImpl extends AbstractTrack
Constructor and Description |
---|
AC3TrackImpl(DataSource dataSource) |
AC3TrackImpl(DataSource dataSource,
String lang) |
Modifier and Type | Method and Description |
---|---|
List<CompositionTimeToSample.Entry> |
getCompositionTimeEntries() |
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() |
getDuration
public AC3TrackImpl(DataSource dataSource) throws IOException
IOException
public AC3TrackImpl(DataSource dataSource, String lang) throws IOException
IOException
public SampleDescriptionBox getSampleDescriptionBox()
public long[] getSampleDurations()
Track
Track.getSamples()
contains.public List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
getCompositionTimeEntries
in interface Track
getCompositionTimeEntries
in class AbstractTrack
public long[] getSyncSamples()
getSyncSamples
in interface Track
getSyncSamples
in class AbstractTrack
public List<SampleDependencyTypeBox.Entry> getSampleDependencies()
getSampleDependencies
in interface Track
getSampleDependencies
in class AbstractTrack
public TrackMetaData getTrackMetaData()
public String getHandler()
public Box getMediaHeaderBox()
public SubSampleInformationBox getSubsampleInformationBox()
getSubsampleInformationBox
in interface Track
getSubsampleInformationBox
in class AbstractTrack
Copyright © 2014. All rights reserved.