com.googlecode.mp4parser.srt
Class SrtParser

java.lang.Object
  extended by com.googlecode.mp4parser.srt.SrtParser

public class SrtParser
extends Object

Parses a .srt file and creates a Track for it.


Constructor Summary
SrtParser()
           
 
Method Summary
static TextTrackImpl parse(InputStream is)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SrtParser

public SrtParser()
Method Detail

parse

public static TextTrackImpl parse(InputStream is)
                           throws IOException
Throws:
IOException


Copyright © 2012. All Rights Reserved.