com.jcraft.jorbis
Class Block

java.lang.Object
  extended bycom.jcraft.jorbis.Block

public class Block
extends java.lang.Object


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

pcm

float[][] pcm

opb

Buffer opb

lW

int lW

W

int W

nW

int nW

pcmend

int pcmend

mode

int mode

eofflag

int eofflag

granulepos

long granulepos

sequence

long sequence

vd

DspState vd

glue_bits

int glue_bits

time_bits

int time_bits

floor_bits

int floor_bits

res_bits

int res_bits
Constructor Detail

Block

public Block(DspState vd)
Method Detail

init

public void init(DspState vd)

clear

public int clear()

synthesis

public int synthesis(Packet op)


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.