5 #ifndef SPA_AUDIO_MP3_H
6 #define SPA_AUDIO_MP3_H
14 enum spa_audio_mp3_channel_mode {
15 SPA_AUDIO_MP3_CHANNEL_MODE_UNKNOWN,
16 SPA_AUDIO_MP3_CHANNEL_MODE_MONO,
17 SPA_AUDIO_MP3_CHANNEL_MODE_STEREO,
18 SPA_AUDIO_MP3_CHANNEL_MODE_JOINTSTEREO,
19 SPA_AUDIO_MP3_CHANNEL_MODE_DUAL,
27 #define SPA_AUDIO_INFO_MP3_INIT(...) ((struct spa_audio_info_mp3) { __VA_ARGS__ })
uint32_t rate
Definition: mp3.h:27
uint32_t channels
Definition: mp3.h:28