|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tritonus.lowlevel.vorbis.Block
Wrapper for vorbis_block.
Constructor Summary | |
---|---|
Block()
|
Method Summary | |
---|---|
int |
addBlock()
Calls vorbis_bitrate_addblock(). |
int |
analysis(Packet packet)
Calls vorbis_analysis(). |
int |
clear()
Calls vorbis_block_clear(). |
void |
finalize()
|
void |
free()
|
int |
init(DspState dspState)
Calls vorbis_block_init(). |
int |
synthesis(Packet packet)
Calls vorbis_synthesis(). |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Block()
Method Detail |
---|
public void finalize()
finalize
in class Object
public void free()
public int init(DspState dspState)
public int addBlock()
public int analysis(Packet packet)
public int synthesis(Packet packet)
public int clear()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |