com.googlecode.mp4parser.authoring
Class Mp4TrackImpl
java.lang.Object
com.googlecode.mp4parser.authoring.AbstractTrack
com.googlecode.mp4parser.authoring.Mp4TrackImpl
- All Implemented Interfaces:
- Track
public class Mp4TrackImpl
- extends AbstractTrack
Represents a single track of an MP4 file.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Mp4TrackImpl
public Mp4TrackImpl(TrackBox trackBox)
getSamples
public List<ByteBuffer> getSamples()
getSampleDescriptionBox
public SampleDescriptionBox getSampleDescriptionBox()
getDecodingTimeEntries
public List<TimeToSampleBox.Entry> getDecodingTimeEntries()
getCompositionTimeEntries
public List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
getSyncSamples
public long[] getSyncSamples()
getSampleDependencies
public List<SampleDependencyTypeBox.Entry> getSampleDependencies()
getTrackMetaData
public TrackMetaData getTrackMetaData()
getHandler
public String getHandler()
getMediaHeaderBox
public AbstractMediaHeaderBox getMediaHeaderBox()
Copyright © 2012. All Rights Reserved.