|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jcraft.jorbis.Block
Field Summary | |
(package private) int |
eofflag
|
(package private) int |
floor_bits
|
(package private) int |
glue_bits
|
(package private) long |
granulepos
|
(package private) int |
lW
|
(package private) int |
mode
|
(package private) int |
nW
|
(package private) Buffer |
opb
|
(package private) float[][] |
pcm
|
(package private) int |
pcmend
|
(package private) int |
res_bits
|
(package private) long |
sequence
|
(package private) int |
time_bits
|
(package private) DspState |
vd
|
(package private) int |
W
|
Constructor Summary | |
Block(DspState vd)
|
Method Summary | |
int |
clear()
|
void |
init(DspState vd)
|
int |
synthesis(Packet op)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
float[][] pcm
Buffer opb
int lW
int W
int nW
int pcmend
int mode
int eofflag
long granulepos
long sequence
DspState vd
int glue_bits
int time_bits
int floor_bits
int res_bits
Constructor Detail |
public Block(DspState vd)
Method Detail |
public void init(DspState vd)
public int clear()
public int synthesis(Packet op)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |