net.sourceforge.dvb.projectx.parser
Class StreamProcessLPCMAudio

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

public class StreamProcessLPCMAudio
extends StreamProcessBase

main thread


Fields inherited from class net.sourceforge.dvb.projectx.parser.StreamProcessBase
ERRORCODE, MainBufferSize
 
Constructor Summary
StreamProcessLPCMAudio(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

StreamProcessLPCMAudio

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