PipeWire  1.4.11
aac-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_AAC_TYPES_H
6 #define SPA_AUDIO_AAC_TYPES_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include <spa/utils/type.h>
13 #include <spa/param/audio/aac.h>
14 
20 #define SPA_TYPE_INFO_AudioAACStreamFormat SPA_TYPE_INFO_ENUM_BASE "AudioAACStreamFormat"
21 #define SPA_TYPE_INFO_AUDIO_AAC_STREAM_FORMAT_BASE SPA_TYPE_INFO_AudioAACStreamFormat ":"
22 
23 static const struct spa_type_info spa_type_audio_aac_stream_format[] = {
32  { 0, 0, NULL, NULL },
33 };
34 
39 #ifdef __cplusplus
40 } /* extern "C" */
41 #endif
42 
43 #endif /* SPA_AUDIO_AAC_TYPES_H */
spa/utils/type.h
Definition: type.h:154
static const struct spa_type_info spa_type_audio_aac_stream_format[]
Definition: aac-types.h:30
spa/param/audio/aac.h
Definition: type.h:45
#define SPA_TYPE_INFO_AUDIO_AAC_STREAM_FORMAT_BASE
Definition: aac-types.h:28