net.sourceforge.dvb.projectx.parser
Class StreamParserTS

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

public class StreamParserTS
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
StreamParserTS()
           
 
Method Summary
 java.lang.String parseStream(JobCollection collection, XInputFile aXInputFile, int pes_streamtype, int action, java.lang.String vptslog)
          ts Parser
 
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

StreamParserTS

public StreamParserTS()
Method Detail

parseStream

public java.lang.String parseStream(JobCollection collection,
                                    XInputFile aXInputFile,
                                    int pes_streamtype,
                                    int action,
                                    java.lang.String vptslog)
ts Parser
Overrides:
parseStream in class StreamParserBase