25#ifndef SPA_AUDIO_MP3_H
26#define SPA_AUDIO_MP3_H
34enum spa_audio_mp3_channel_mode {
35 SPA_AUDIO_MP3_CHANNEL_MODE_UNKNOWN,
36 SPA_AUDIO_MP3_CHANNEL_MODE_MONO,
37 SPA_AUDIO_MP3_CHANNEL_MODE_STEREO,
38 SPA_AUDIO_MP3_CHANNEL_MODE_JOINTSTEREO,
39 SPA_AUDIO_MP3_CHANNEL_MODE_DUAL,
47#define SPA_AUDIO_INFO_MP3_INIT(...) ((struct spa_audio_info_mp3) { __VA_ARGS__ })
uint32_t rate
Definition: mp3.h:47
uint32_t channels
Definition: mp3.h:48