com.googlecode.mp4parser.authoring.tracks
Class SilenceTrackImpl
java.lang.Object
com.googlecode.mp4parser.authoring.tracks.SilenceTrackImpl
- All Implemented Interfaces:
- Track
public class SilenceTrackImpl
- extends Object
- implements Track
This is just a basic idea how things could work but they don't.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SilenceTrackImpl
public SilenceTrackImpl(Track ofType,
long ms)
getSampleDescriptionBox
public SampleDescriptionBox getSampleDescriptionBox()
- Specified by:
getSampleDescriptionBox
in interface Track
getDecodingTimeEntries
public List<TimeToSampleBox.Entry> getDecodingTimeEntries()
- Specified by:
getDecodingTimeEntries
in interface Track
getTrackMetaData
public TrackMetaData getTrackMetaData()
- Specified by:
getTrackMetaData
in interface Track
getHandler
public String getHandler()
- Specified by:
getHandler
in interface Track
isEnabled
public boolean isEnabled()
- Specified by:
isEnabled
in interface Track
isInMovie
public boolean isInMovie()
- Specified by:
isInMovie
in interface Track
isInPreview
public boolean isInPreview()
- Specified by:
isInPreview
in interface Track
isInPoster
public boolean isInPoster()
- Specified by:
isInPoster
in interface Track
getSamples
public List<ByteBuffer> getSamples()
- Specified by:
getSamples
in interface Track
getMediaHeaderBox
public Box getMediaHeaderBox()
- Specified by:
getMediaHeaderBox
in interface Track
getSubsampleInformationBox
public SubSampleInformationBox getSubsampleInformationBox()
- Specified by:
getSubsampleInformationBox
in interface Track
getCompositionTimeEntries
public List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
- Specified by:
getCompositionTimeEntries
in interface Track
getSyncSamples
public long[] getSyncSamples()
- Specified by:
getSyncSamples
in interface Track
getSampleDependencies
public List<SampleDependencyTypeBox.Entry> getSampleDependencies()
- Specified by:
getSampleDependencies
in interface Track
Copyright © 2012. All Rights Reserved.