com.googlecode.mp4parser.authoring.tracks
Class TextTrackImpl.Line

java.lang.Object
  extended by com.googlecode.mp4parser.authoring.tracks.TextTrackImpl.Line
Enclosing class:
TextTrackImpl

public static class TextTrackImpl.Line
extends Object


Constructor Summary
TextTrackImpl.Line(long from, long to, String text)
           
 
Method Summary
 long getFrom()
           
 String getText()
           
 long getTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextTrackImpl.Line

public TextTrackImpl.Line(long from,
                          long to,
                          String text)
Method Detail

getFrom

public long getFrom()

getText

public String getText()

getTo

public long getTo()


Copyright © 2012. All Rights Reserved.