PipeWire  1.4.2
amr-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_AMR_TYPES_H
6 #define SPA_AUDIO_AMR_TYPES_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include <spa/utils/type.h>
13 #include <spa/param/audio/amr.h>
14 
20 #define SPA_TYPE_INFO_AudioAMRBandMode SPA_TYPE_INFO_ENUM_BASE "AudioAMRBandMode"
21 #define SPA_TYPE_INFO_AUDIO_AMR_BAND_MODE_BASE SPA_TYPE_INFO_AudioAMRBandMode ":"
22 
23 static const struct spa_type_info spa_type_audio_amr_band_mode[] = {
27  { 0, 0, NULL, NULL },
28 };
33 #ifdef __cplusplus
34 } /* extern "C" */
35 #endif
36 
37 #endif /* SPA_AUDIO_AMR_TYPES_H */
spa/param/audio/amr.h
#define SPA_TYPE_INFO_AUDIO_AMR_BAND_MODE_BASE
Definition: amr-types.h:28
static const struct spa_type_info spa_type_audio_amr_band_mode[]
Definition: amr-types.h:30
@ SPA_AUDIO_AMR_BAND_MODE_UNKNOWN
Definition: amr.h:25
@ SPA_AUDIO_AMR_BAND_MODE_NB
Definition: amr.h:26
@ SPA_AUDIO_AMR_BAND_MODE_WB
Definition: amr.h:27
@ SPA_TYPE_Int
Definition: type.h:45
spa/utils/type.h
Definition: type.h:154