| Package | Description |
|---|---|
| javazoom.jl.converter | |
| javazoom.jl.decoder |
| Modifier and Type | Class and Description |
|---|---|
class |
WaveFileObuffer
Implements an Obuffer by writing the data to
a file in RIFF WAVE format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Converter.ProgressListener.decodedFrame(int frameNo,
Header header,
Obuffer o)
This method is called after a frame has been decoded.
|
void |
Converter.PrintWriterProgressListener.decodedFrame(int frameNo,
Header header,
Obuffer o) |
| Modifier and Type | Class and Description |
|---|---|
class |
SampleBuffer
The
SampleBuffer class implements an output buffer
that provides storage for a fixed size block of samples. |
| Modifier and Type | Method and Description |
|---|---|
Obuffer |
Decoder.decodeFrame(Header header,
Bitstream stream)
Decodes one frame from an MPEG audio bitstream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Decoder.setOutputBuffer(Obuffer out)
Changes the output buffer.
|
Copyright © 2016. All Rights Reserved.