net.sourceforge.dvb.projectx.parser
Class StreamParserESAudio

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

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

StreamParserESAudio

public StreamParserESAudio()
Method Detail

parseStream

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