com.googlecode.mp4parser.authoring.tracks
Class AppendTrack
java.lang.Object
com.googlecode.mp4parser.authoring.AbstractTrack
com.googlecode.mp4parser.authoring.tracks.AppendTrack
- All Implemented Interfaces:
- Track
public class AppendTrack
- extends AbstractTrack
Appends two or more Tracks
of the same type. No only that the type must be equal
also the decoder settings must be the same.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppendTrack
public AppendTrack(Track... tracks)
throws java.io.IOException
- Throws:
java.io.IOException
getSamples
public java.util.List<java.nio.ByteBuffer> getSamples()
getSampleDescriptionBox
public SampleDescriptionBox getSampleDescriptionBox()
getDecodingTimeEntries
public java.util.List<TimeToSampleBox.Entry> getDecodingTimeEntries()
getCompositionTimeEntries
public java.util.List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
getSyncSamples
public long[] getSyncSamples()
getSampleDependencies
public java.util.List<SampleDependencyTypeBox.Entry> getSampleDependencies()
getTrackMetaData
public TrackMetaData getTrackMetaData()
getHandler
public java.lang.String getHandler()
getMediaHeaderBox
public AbstractMediaHeaderBox getMediaHeaderBox()
Copyright © 2012. All Rights Reserved.