| Data Structures | |
| struct | AudioStdCodecInfo_t | 
| Standard codec info block.  More... | |
| struct | AudioVsCodecInfo_t | 
| VS codec info block.  More... | |
| struct | PalCodecSreamParam_t | 
| Codec.  More... | |
| Typedefs | |
| typedef void(* | PalCodecDataReady_t) (uint16_t id) | 
| Buffer available call signature.  More... | |
| Enumerations | 
| typedef void(* PalCodecDataReady_t) (uint16_t id) | 
Buffer available call signature.
Definition at line 78 of file pal_codec.h.
| anonymous enum | 
Audio Channel mask.
Definition at line 58 of file pal_codec.h.
| enum PalAudioChan_t | 
Audio Channel.
| Enumerator | |
|---|---|
| PAL_CODEC_CH_LEFT | Left channel. | 
| PAL_CODEC_CH_RIGHT | Right channel. | 
| AUDIO_NUM_CH | Right channel. | 
Definition at line 50 of file pal_codec.h.
| enum PalAudioDir_t | 
Audio data path direction.
| Enumerator | |
|---|---|
| PAL_CODEC_DIR_INPUT | Input data path. | 
| PAL_CODEC_DIR_OUTPUT | Output data path. | 
Definition at line 43 of file pal_codec.h.