net.sourceforge.dvb.projectx.thirdparty
Class TS

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.thirdparty.TS

public class TS
extends java.lang.Object


Constructor Summary
TS()
           
 
Method Summary
static byte[] getAutoPMT()
           
static int getfirstID()
           
static byte[] getPAT()
           
static byte[] getPCR(long pts, int count, int PCRPid)
           
static byte[] getPMT()
           
static byte[] getTTX(byte[] data, int offset, java.lang.String pts)
           
static byte[] init(java.lang.String name, boolean ac3, boolean _myTTX, int mode)
           
static void setfirstID()
           
static void setPmtPids(java.util.List PIDs)
           
static java.lang.String updateAdditionalHeader(java.lang.String old_name, long[] time, int mode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TS

public TS()
Method Detail

setPmtPids

public static void setPmtPids(java.util.List PIDs)
                       throws java.io.IOException

getAutoPMT

public static byte[] getAutoPMT()

getfirstID

public static int getfirstID()

setfirstID

public static void setfirstID()

getTTX

public static byte[] getTTX(byte[] data,
                            int offset,
                            java.lang.String pts)

getPMT

public static byte[] getPMT()

getPAT

public static byte[] getPAT()

getPCR

public static byte[] getPCR(long pts,
                            int count,
                            int PCRPid)

init

public static byte[] init(java.lang.String name,
                          boolean ac3,
                          boolean _myTTX,
                          int mode)

updateAdditionalHeader

public static java.lang.String updateAdditionalHeader(java.lang.String old_name,
                                                      long[] time,
                                                      int mode)
                                               throws java.io.IOException