net.sourceforge.dvb.projectx.parser
Class StreamParserPESSecondary

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

public class StreamParserPESSecondary
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
StreamParserPESSecondary()
           
 
Method Summary
 java.lang.String parseStream(JobCollection collection, XInputFile aXInputFile, int _pes_streamtype, int action, java.lang.String vptslog)
          secondary PES 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

StreamParserPESSecondary

public StreamParserPESSecondary()
Method Detail

parseStream

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