com.jcraft.jorbis
Class DspState

java.lang.Object
  extended by com.jcraft.jorbis.DspState

public class DspState
extends java.lang.Object


Constructor Summary
DspState()
           
 
Method Summary
 void clear()
           
 int synthesis_blockin(Block vb)
           
 int synthesis_init(Info vi)
           
 int synthesis_pcmout(float[][][] _pcm, int[] index)
           
 int synthesis_read(int bytes)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DspState

public DspState()
Method Detail

synthesis_init

public int synthesis_init(Info vi)

synthesis_blockin

public int synthesis_blockin(Block vb)

synthesis_pcmout

public int synthesis_pcmout(float[][][] _pcm,
                            int[] index)

synthesis_read

public int synthesis_read(int bytes)

clear

public void clear()