net.sourceforge.dvb.projectx.subtitle
Class DVBSubpicture

java.lang.Object
  |
  +--net.sourceforge.dvb.projectx.subtitle.DVBSubpicture

public class DVBSubpicture
extends java.lang.Object


Constructor Summary
DVBSubpicture()
           
 
Method Summary
 int decodeDVBSubpicture(byte[] packet, int[] BPos, java.awt.Graphics2D big, java.awt.image.BufferedImage bimg, long pts, boolean save, boolean preview_visible)
           
 int getTimeOut()
           
 void setIRD(int val, java.util.Hashtable table, boolean log, java.lang.String page_id_str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DVBSubpicture

public DVBSubpicture()
Method Detail

setIRD

public void setIRD(int val,
                   java.util.Hashtable table,
                   boolean log,
                   java.lang.String page_id_str)

getTimeOut

public int getTimeOut()

decodeDVBSubpicture

public int decodeDVBSubpicture(byte[] packet,
                               int[] BPos,
                               java.awt.Graphics2D big,
                               java.awt.image.BufferedImage bimg,
                               long pts,
                               boolean save,
                               boolean preview_visible)