Package com.jcraft.jorbis
Class DspState
java.lang.Object
com.jcraft.jorbis.DspState
public class DspState
extends java.lang.Object
- 
Constructor Summary
Constructors Constructor Description DspState() - 
Method Summary
Modifier and Type Method Description voidclear()intsynthesis_blockin(Block vb)intsynthesis_init(Info vi)intsynthesis_pcmout(float[][][] _pcm, int[] index)intsynthesis_read(int bytes)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
DspState
public DspState() 
 - 
 - 
Method Details
- 
clear
public void clear() - 
synthesis_blockin
 - 
synthesis_init
 - 
synthesis_pcmout
public int synthesis_pcmout(float[][][] _pcm, int[] index) - 
synthesis_read
public int synthesis_read(int bytes) 
 -