Bitstream | The Bistream class is responsible for parsing
an MPEG audio bitstream. |
BitstreamException | Instances of BitstreamException are thrown
when operations on a Bitstream fail. |
Crc16 | 16-Bit CRC checksum
|
Decoder | The Decoder class encapsulates the details of
decoding an MPEG audio frame. |
Decoder.Params | The Params class presents the customizable
aspects of the decoder. |
DecoderException | The DecoderException represents the class of
errors that can occur when decoding MPEG audio. |
Equalizer | The Equalizer class can be used to specify
equalization settings for the MPEG audio decoder. |
Equalizer.EQFunction | |
Header | Class for extracting information from a frame header. |
InputStreamSource | Work In Progress.
An instance of InputStreamSource implements a
Source that provides data from an InputStream
. |
JavaLayerError | Work in progress. |
JavaLayerException | The JavaLayerException is the base class for all API-level
exceptions thrown by JavaLayer. |
JavaLayerUtils | The JavaLayerUtils class is not strictly part of the JavaLayer API. |
Manager | Work in progress. |
Obuffer | Base Class for audio output. |
OutputChannels | A Type-safe representation of the the supported output channel
constants. |
SampleBuffer | The SampleBuffer class implements an output buffer
that provides storage for a fixed size block of samples. |