net.sourceforge.dvb.projectx.parser
Class StreamProcessTeletext

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

public class StreamProcessTeletext
extends StreamProcessBase

main thread


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

StreamProcessTeletext

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