net.sourceforge.dvb.projectx.thirdparty
Class D2V

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

public class D2V
extends java.lang.Object


Constructor Summary
D2V()
           
 
Method Summary
 void addGOP(long pos, int frames)
           
 void FrameRate(byte framerate)
           
 int getPart()
           
 void Init(java.lang.String fparent)
           
 java.lang.String[] readOptions()
           
 void setFile(java.lang.String fparent)
           
 void setOptions(java.lang.String[] newoptions)
           
 void write(long pos, long frame3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

D2V

public D2V()
Method Detail

Init

public void Init(java.lang.String fparent)

getPart

public int getPart()

setFile

public void setFile(java.lang.String fparent)

readOptions

public java.lang.String[] readOptions()

setOptions

public void setOptions(java.lang.String[] newoptions)

FrameRate

public void FrameRate(byte framerate)

addGOP

public void addGOP(long pos,
                   int frames)

write

public void write(long pos,
                  long frame3)