com.googlecode.mp4parser.authoring.tracks
Class EC3TrackImpl

java.lang.Object
  extended by com.googlecode.mp4parser.authoring.AbstractTrack
      extended by com.googlecode.mp4parser.authoring.tracks.EC3TrackImpl
All Implemented Interfaces:
Track

public class EC3TrackImpl
extends AbstractTrack

Created by IntelliJ IDEA. User: magnus Date: 2012-03-14 Time: 10:39 To change this template use File | Settings | File Templates.


Nested Class Summary
static class EC3TrackImpl.BitStreamInfo
           
 
Constructor Summary
EC3TrackImpl(InputStream fin)
           
 
Method Summary
 List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
           
 List<TimeToSampleBox.Entry> getDecodingTimeEntries()
           
 String getHandler()
           
 AbstractMediaHeaderBox getMediaHeaderBox()
           
 List<SampleDependencyTypeBox.Entry> getSampleDependencies()
           
 SampleDescriptionBox getSampleDescriptionBox()
           
 List<ByteBuffer> getSamples()
           
 long[] getSyncSamples()
           
 TrackMetaData getTrackMetaData()
           
 
Methods inherited from class com.googlecode.mp4parser.authoring.AbstractTrack
isEnabled, isInMovie, isInPoster, isInPreview, setEnabled, setInMovie, setInPoster, setInPreview
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EC3TrackImpl

public EC3TrackImpl(InputStream fin)
             throws IOException
Throws:
IOException
Method Detail

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.