net.sourceforge.dvb.projectx.parser
Class StreamParserESSubpicture

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.parser.StreamParserBase
        |
        +--net.sourceforge.dvb.projectx.parser.StreamParserESSubpicture

public class StreamParserESSubpicture
extends StreamParserBase

main thread


Fields inherited from class net.sourceforge.dvb.projectx.parser.StreamParserBase
CreateD2vIndex, demuxList, ERRORCODE, fchild, fparent, MainBufferSize, SplitProjectFile, streamconverter, streamdemultiplexer, streamobjects
 
Constructor Summary
StreamParserESSubpicture()
           
 
Method Summary
 java.lang.String parseStream(JobCollection collection, XInputFile xInputFile, int pes_streamtype, int action, java.lang.String vptslog)
          subpicture elementary stream
 
Methods inherited from class net.sourceforge.dvb.projectx.parser.StreamParserBase
addCellTime, addCellTimeFromFileSegment, createStreamProcess, formatIDString, getStreamObjects, init, initConversion, nextFilePTS, nextFilePTS, nextFilePTS, pause, processElementaryStreams, processNonVideoElementaryStreams, processNonVideoElementaryStreams, setFileName, setFileName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamParserESSubpicture

public StreamParserESSubpicture()
Method Detail

parseStream

public java.lang.String parseStream(JobCollection collection,
                                    XInputFile xInputFile,
                                    int pes_streamtype,
                                    int action,
                                    java.lang.String vptslog)
subpicture elementary stream
Overrides:
parseStream in class StreamParserBase