| Class | Description |
|---|---|
| Decoder |
Main AAC decoder class
|
| DecoderConfig |
DecoderConfig that must be passed to the
Decoder constructor. |
| SampleBuffer |
The SampleBuffer holds the decoded AAC frame.
|
| Enum | Description |
|---|---|
| ChannelConfiguration |
All possible channel configurations for AAC.
|
| Profile |
Different AAC profiles.
|
| SampleFrequency |
An enumeration that represents all possible sample frequencies AAC data can
have.
|
| Exception | Description |
|---|---|
| AACException |
Standard exception, thrown when decoding of an AAC frame fails.
|