com.googlecode.mp4parser.authoring.tracks
Class QuicktimeTextTrackImpl

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

public class QuicktimeTextTrackImpl
extends AbstractTrack

A Text track as Quicktime Pro would create.


Nested Class Summary
static class QuicktimeTextTrackImpl.Line
           
 
Constructor Summary
QuicktimeTextTrackImpl()
           
 
Method Summary
 List<CompositionTimeToSample.Entry> getCompositionTimeEntries()
           
 List<TimeToSampleBox.Entry> getDecodingTimeEntries()
           
 String getHandler()
           
 Box getMediaHeaderBox()
           
 List<SampleDependencyTypeBox.Entry> getSampleDependencies()
           
 SampleDescriptionBox getSampleDescriptionBox()
           
 List<ByteBuffer> getSamples()
           
 List<QuicktimeTextTrackImpl.Line> getSubs()
           
 SubSampleInformationBox getSubsampleInformationBox()
           
 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

QuicktimeTextTrackImpl

public QuicktimeTextTrackImpl()
Method Detail

getSubs

public List<QuicktimeTextTrackImpl.Line> getSubs()

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 Box getMediaHeaderBox()

getSubsampleInformationBox

public SubSampleInformationBox getSubsampleInformationBox()


Copyright © 2012. All Rights Reserved.