| Interface | Description |
|---|---|
| FrameDecoder |
Implementations of FrameDecoder are responsible for decoding an MPEG audio frame.
|
| Class | Description |
|---|---|
| Bitstream |
The
Bistream class is responsible for parsing an MPEG audio bitstream. |
| Crc16 |
16-Bit CRC checksum
|
| Header |
Class for extracting information from a frame header.
|
| LayerIDecoder |
Implements decoding of MPEG Audio Layer I frames.
|
| LayerIIDecoder |
Implements decoding of MPEG Audio Layer II frames.
|
| LayerIIIDecoder |
Class Implementing Layer 3 Decoder.
|
| MP3Decoder |
The
Decoder class encapsulates the details of decoding an MPEG audio frame. |
| OutputBuffer |
Base Class for audio output.
|
| OutputChannels |
A Type-safe representation of the the supported output channel constants.
|
| SynthesisFilter |
A class for the synthesis filter bank.
|
| Exception | Description |
|---|---|
| BitstreamException |
Instances of
BitstreamException are thrown when operations on a Bitstream fail. |
| DecoderException |
The
DecoderException represents the class of errors that can occur when decoding MPEG audio. |
| JavaLayerException |
The JavaLayerException is the base class for all API-level exceptions thrown by JavaLayer.
|
Copyright © 2013. All Rights Reserved.