biniu.vorbis
Class DspState

java.lang.Object
  extended by biniu.vorbis.DspState

public class DspState
extends java.lang.Object


Field Summary
 int lW
           
 int pcm_current
           
 Info vi
           
 int W
           
 
Constructor Summary
DspState()
           
 
Method Summary
 float ampMaxDecay(float amp)
           
 float[][] analysisBuffer(int vals)
           
 int analysisHeaderOut(Comment vc, Packet op, Packet op_comm, Packet op_code)
           
 int analysisInit(Info vi)
           
 int analysisWrote(int vals)
           
 boolean bitrateFlushPacket(Packet op)
           
 void clear()
           
 int envelopeMark()
           
 int envelopeSearch()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vi

public Info vi

pcm_current

public int pcm_current

lW

public int lW

W

public int W
Constructor Detail

DspState

public DspState()
Method Detail

analysisInit

public int analysisInit(Info vi)

clear

public void clear()

analysisWrote

public int analysisWrote(int vals)

analysisBuffer

public float[][] analysisBuffer(int vals)

ampMaxDecay

public float ampMaxDecay(float amp)

envelopeMark

public int envelopeMark()

envelopeSearch

public int envelopeSearch()

analysisHeaderOut

public int analysisHeaderOut(Comment vc,
                             Packet op,
                             Packet op_comm,
                             Packet op_code)

bitrateFlushPacket

public boolean bitrateFlushPacket(Packet op)