PipeWire  1.6.4
dts-types.h
Go to the documentation of this file.
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2025 Carlos Rafael Giani */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_AUDIO_DTS_TYPES_H
6 #define SPA_AUDIO_DTS_TYPES_H
7 
8 #include <spa/utils/type.h>
9 #include <spa/param/audio/dts.h>
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14 
20 #define SPA_TYPE_INFO_AudioDTSExtType SPA_TYPE_INFO_ENUM_BASE "AudioDTSExtType"
21 #define SPA_TYPE_INFO_AUDIO_DTS_EXT_TYPE_BASE SPA_TYPE_INFO_AudioDTSExtType ":"
22 
23 static const struct spa_type_info spa_type_audio_dts_ext_type[] = {
28  { 0, 0, NULL, NULL },
29 };
30 
35 #ifdef __cplusplus
36 } /* extern "C" */
37 #endif
38 
39 #endif /* SPA_AUDIO_DTS_TYPES_H */
spa/param/audio/dts.h
static const struct spa_type_info spa_type_audio_dts_ext_type[]
Definition: dts-types.h:30
#define SPA_TYPE_INFO_AUDIO_DTS_EXT_TYPE_BASE
Definition: dts-types.h:28
@ SPA_AUDIO_DTS_EXT_NONE
No extension present; this is just regular DTS data.
Definition: dts.h:29
@ SPA_AUDIO_DTS_EXT_UNKNOWN
Definition: dts.h:28
@ SPA_AUDIO_DTS_EXT_HD_MA
DTS-HD Master Audio (lossless HD audio extension)
Definition: dts.h:31
@ SPA_AUDIO_DTS_EXT_HD_HRA
DTS-HD High Resolution Audio (lossy HD audio extension)
Definition: dts.h:30
@ SPA_TYPE_Int
Definition: type.h:45
spa/utils/type.h
Definition: type.h:156