biniu.vorbis
public class Block extends Object
Title: EncoderVorbis
Description: Codec for encoding music files (wav -> ogg)
| Field Summary | |
|---|---|
| BlockInternal | blockInternal |
| DspState | dspState |
| int | eofFlag |
| int | floor_bits |
| int | glue_bits |
| long | granulePos |
| int | lW |
| int | mode |
| int | nW |
| Buffer | opb |
| float[][] | pcm |
| int | pcmEnd |
| int | res_bits |
| long | sequence |
| int | time_bits |
| int | W |
| Constructor Summary | |
|---|---|
| Block(DspState vd) | |
| Method Summary | |
|---|---|
| int | analysis(Packet op) |
| boolean | analysisBlockOut() |
| int | bitrateAddBlock() |
| boolean | bitrateManaged() |
| int | blockClear() |
| int | blockInit(DspState vd) |
| int | clear() |
| void | init(DspState vd) |