net.sourceforge.dvb.projectx.parser
Class StreamProcess

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

public class StreamProcess
extends java.lang.Object

main thread


Constructor Summary
StreamProcess(int es_streamtype, JobCollection collection, java.lang.String[] values)
           
StreamProcess(int es_streamtype, JobCollection collection, java.lang.String filename, java.lang.String filename_pts, java.lang.String filename_type, java.lang.String videofile_pts)
           
StreamProcess(int es_streamtype, JobCollection collection, XInputFile aXInputFile, java.lang.String filename_pts, java.lang.String filename_type, java.lang.String videofile_pts, int isElementaryStream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamProcess

public StreamProcess(int es_streamtype,
                     JobCollection collection,
                     java.lang.String[] values)

StreamProcess

public StreamProcess(int es_streamtype,
                     JobCollection collection,
                     java.lang.String filename,
                     java.lang.String filename_pts,
                     java.lang.String filename_type,
                     java.lang.String videofile_pts)

StreamProcess

public StreamProcess(int es_streamtype,
                     JobCollection collection,
                     XInputFile aXInputFile,
                     java.lang.String filename_pts,
                     java.lang.String filename_type,
                     java.lang.String videofile_pts,
                     int isElementaryStream)