net.sourceforge.dvb.projectx.parser
Class StreamProcessAudio

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.parser.StreamProcessBase
        |
        +--net.sourceforge.dvb.projectx.parser.StreamProcessAudio

public class StreamProcessAudio
extends StreamProcessBase

main thread


Fields inherited from class net.sourceforge.dvb.projectx.parser.StreamProcessBase
ERRORCODE, MainBufferSize
 
Constructor Summary
StreamProcessAudio(JobCollection collection, XInputFile xInputFile, java.lang.String filename_pts, java.lang.String filename_type, java.lang.String videofile_pts, int isElementaryStream)
           
 
Methods inherited from class net.sourceforge.dvb.projectx.parser.StreamProcessBase
checkPTSMatch, FramesToTime, infoPTSMatch, init, loadTempOtherPts, loadTempVideoPts, pause, SyncCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamProcessAudio

public StreamProcessAudio(JobCollection collection,
                          XInputFile xInputFile,
                          java.lang.String filename_pts,
                          java.lang.String filename_type,
                          java.lang.String videofile_pts,
                          int isElementaryStream)