|
| enum | { MONO = SBC_MODE_MONO,
DUAL_CHANNEL = SBC_MODE_DUAL_CHANNEL,
STEREO = SBC_MODE_STEREO,
JOINT_STEREO = SBC_MODE_JOINT_STEREO
} |
| |
| enum | { LOUDNESS = SBC_AM_LOUDNESS,
SNR = SBC_AM_SNR
} |
| |
|
|
| DECLARE_ALIGNED (SBC_ALIGN, uint32_t, scale_factor)[2][8] |
| |
|
| DECLARE_ALIGNED (SBC_ALIGN, int32_t, sb_sample_f)[16][2][8] |
| |
|
| DECLARE_ALIGNED (SBC_ALIGN, int32_t, sb_sample)[16][2][8] |
| |
|
|
uint8_t | frequency |
| |
|
uint8_t | blocks |
| |
|
enum sbc_frame:: { ... } | mode |
| |
|
uint8_t | channels |
| |
|
enum sbc_frame:: { ... } | allocation |
| |
|
uint8_t | subbands |
| |
|
uint8_t | bitpool |
| |
|
uint16_t | codesize |
| |
|
uint8_t | joint |
| |
|
const AVCRC * | crc_ctx |
| |
The documentation for this struct was generated from the following file: