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