![]() |
nRF Connect SDK API 3.3.99
|
Globally accessible audio related defines. More...
#include <zephyr/toolchain.h>#include <zephyr/types.h>#include <stddef.h>#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | audio_metadata |
Enumerations | |
| enum | audio_channel { AUDIO_CH_L , AUDIO_CH_R , AUDIO_CH_NUM } |
| Audio channel assignment values. More... | |
| enum | coding { PCM = 1 , LC3 } |
| Audio data coding. More... | |
Functions | |
| static uint8_t | audio_metadata_num_loc_get (struct audio_metadata const *const meta) |
| Get the number of locations in the meta data. | |
Globally accessible audio related defines.