PipeWire  1.4.11
mp3-types.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_AUDIO_MP3_TYPES_H
6 #define SPA_AUDIO_MP3_TYPES_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include <spa/utils/type.h>
13 #include <spa/param/audio/mp3.h>
14 
20 #define SPA_TYPE_INFO_AudioMP3ChannelMode SPA_TYPE_INFO_ENUM_BASE "AudioMP3ChannelMode"
21 #define SPA_TYPE_INFO_AUDIO_MP3_CHANNEL_MODE_BASE SPA_TYPE_INFO_AudioMP3ChannelMode ":"
22 
23 static const struct spa_type_info spa_type_audio_mp3_channel_mode[] = {
29  { 0, 0, NULL, NULL },
30 };
35 #ifdef __cplusplus
36 } /* extern "C" */
37 #endif
38 
39 #endif /* SPA_AUDIO_MP3_TYPES_H */
spa/utils/type.h
Definition: type.h:154
static const struct spa_type_info spa_type_audio_mp3_channel_mode[]
Definition: mp3-types.h:30
Definition: type.h:45
#define SPA_TYPE_INFO_AUDIO_MP3_CHANNEL_MODE_BASE
Definition: mp3-types.h:28
spa/param/audio/mp3.h