|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.lowlevel.vorbis.DspState
Wrapper for vorbis_dsp_state.
Constructor Summary | |
---|---|
DspState()
|
Method Summary | |
---|---|
int |
blockIn(Block block)
Calls vorbis_synthesis_blockin(). |
int |
blockOut(Block block)
Calls vorbis_analysis_blockout(). |
void |
clear()
Calls vorbis_dsp_clear(). |
void |
finalize()
|
int |
flushPacket(Packet packet)
Calls vorbis_bitrate_flushpacket(). |
void |
free()
|
long |
getSequence()
Accesses sequence. |
int |
headerOut(Comment comment,
Packet packet,
Packet commentPacket,
Packet codePacket)
Calls vorbis_analysis_headerout(). |
int |
initAnalysis(Info info)
Initialize for encoding. |
int |
initSynthesis(Info info)
Initialize for decoding. |
int |
pcmOut(float[][] afPcm)
Calls vorbis_synthesis_pcmout(). |
int |
read(int nSamples)
Calls vorbis_synthesis_read(). |
int |
write(float[][] values,
int nValues)
Calls vorbis_analysis_buffer() and vorbis_analysis_wrote(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DspState()
Method Detail |
---|
public void finalize()
finalize
in class Object
public void free()
public int initAnalysis(Info info)
public int headerOut(Comment comment, Packet packet, Packet commentPacket, Packet codePacket)
public int write(float[][] values, int nValues)
public int blockOut(Block block)
public int flushPacket(Packet packet)
public int initSynthesis(Info info)
public int blockIn(Block block)
public int pcmOut(float[][] afPcm)
public int read(int nSamples)
public long getSequence()
public void clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |