public class ReplaceSampleTrack extends AbstractTrack
ByteBuffer.| Constructor and Description |
|---|
ReplaceSampleTrack(Track origTrack,
long sampleNumber,
ByteBuffer content) |
| 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() |
getDurationpublic ReplaceSampleTrack(Track origTrack, long sampleNumber, ByteBuffer content)
public SampleDescriptionBox getSampleDescriptionBox()
public long[] getSampleDurations()
TrackTrack.getSamples() contains.public List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
getCompositionTimeEntries in interface TrackgetCompositionTimeEntries in class AbstractTrackpublic long[] getSyncSamples()
getSyncSamples in interface TrackgetSyncSamples in class AbstractTrackpublic List<SampleDependencyTypeBox.Entry> getSampleDependencies()
getSampleDependencies in interface TrackgetSampleDependencies in class AbstractTrackpublic TrackMetaData getTrackMetaData()
public String getHandler()
public Box getMediaHeaderBox()
public SubSampleInformationBox getSubsampleInformationBox()
getSubsampleInformationBox in interface TrackgetSubsampleInformationBox in class AbstractTrackCopyright © 2014. All rights reserved.