net.sourceforge.dvb.projectx.parser
Class StreamParserPESPrimary

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

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

StreamParserPESPrimary

public StreamParserPESPrimary()
Method Detail

parseStream

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