PipeWire  0.3.67
props-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_PARAM_PROPS_TYPES_H
6 #define SPA_PARAM_PROPS_TYPES_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/param-types.h>
18 
20 
22 #define SPA_TYPE_INFO_Props SPA_TYPE_INFO_PARAM_BASE "Props"
23 #define SPA_TYPE_INFO_PROPS_BASE SPA_TYPE_INFO_Props ":"
24 
25 static const struct spa_type_info spa_type_props[] = {
42  { SPA_PROP_bluetoothOffloadActive, SPA_TYPE_Bool, SPA_TYPE_INFO_PROPS_BASE "bluetoothOffloadActive", NULL },
43 
61 
70 
72  { 0, 0, NULL, NULL },
73 };
74 
76 #define SPA_TYPE_INFO_PropInfo SPA_TYPE_INFO_PARAM_BASE "PropInfo"
77 #define SPA_TYPE_INFO_PROP_INFO_BASE SPA_TYPE_INFO_PropInfo ":"
78 
79 static const struct spa_type_info spa_type_prop_info[] = {
88  { 0, 0, NULL, NULL },
89 };
90 
95 #ifdef __cplusplus
96 } /* extern "C" */
97 #endif
98 
99 #endif /* SPA_PARAM_PROPS_TYPES_H */
Definition: props.h:50
mute (Bool)
Definition: props.h:78
Definition: spa/include/spa/utils/type.h:50
Definition: props.h:48
simple control params (Struct( (String : key, Pod : value)*))
Definition: props.h:100
mute (Bool)
Definition: props.h:68
Definition: props.h:49
Definition: props.h:54
Definition: props.h:69
Definition: props.h:65
Definition: props.h:94
static const struct spa_type_info spa_type_bluetooth_audio_codec[]
Definition: param/bluetooth/type-info.h:29
Definition: props.h:71
Definition: props.h:70
static const struct spa_type_info spa_type_prop_iec958_codec[]
Definition: param-types.h:71
Definition: spa/include/spa/utils/type.h:31
Definition: props.h:97
Definition: props.h:95
associated id of the property
Definition: props.h:27
mute (Bool)
Definition: props.h:82
enabled IEC958 (S/PDIF) codecs, (Array (Id enum spa_audio_iec958_codec)
Definition: props.h:86
delay adjustment
Definition: props.h:81
Definition: spa/include/spa/utils/type.h:34
an unknown property
Definition: props.h:44
User readable description.
Definition: props.h:37
Definition: props.h:59
Definition: props.h:60
labels of property if any, this is a struct with pairs of values, the first one is of the type of the...
Definition: props.h:30
Definition: props.h:47
a volume base (Float)
Definition: props.h:74
Definition: props.h:62
Definition: props.h:58
a volume array, one volume per channel (Array of Float)
Definition: props.h:79
Definition: spa/include/spa/utils/type.h:142
Definition: props.h:42
Definition: spa/include/spa/utils/type.h:44
Definition: props.h:91
spa/param/param-types.h
static const struct spa_type_info spa_type_props[]
Definition: props-types.h:32
static const struct spa_type_info spa_type_prop_channel_map[]
Definition: param-types.h:66
a volume array, one volume per channel (Array of Float)
Definition: props.h:83
Definition: props.h:51
spa/param/bluetooth/type-info.h
a channelmap array (Array (Id enum spa_audio_channel))
Definition: props.h:76
a volume step (Float)
Definition: props.h:75
#define SPA_TYPE_INFO_PROPS_BASE
Definition: props-types.h:30
name of the property
Definition: props.h:28
Definition: props.h:57
a volume (Float), 0.0 silence, 1.0 normal
Definition: props.h:67
Definition: props.h:93
Definition: props.h:55
Definition: props.h:90
#define SPA_TYPE_INFO_PROP_INFO_BASE
Definition: props-types.h:86
Definition: props.h:96
is part of params property (Bool)
Definition: props.h:36
Definition: spa/include/spa/utils/type.h:36
Definition: props.h:53
type and range/enums of property
Definition: props.h:29
static const struct spa_type_info spa_type_param[]
Definition: param-types.h:32
Definition: spa/include/spa/utils/type.h:38
Definition: props.h:61
Definition: spa/include/spa/utils/type.h:35
a volume array, one volume per channel (Array of Float)
Definition: props.h:72
Definition: spa/include/spa/utils/type.h:32
Definition: props.h:92
static const struct spa_type_info spa_type_prop_info[]
Definition: props-types.h:88
Definition: props.h:26
Definition: spa/include/spa/utils/type.h:48
Definition: spa/include/spa/utils/type.h:43
Definition: props.h:56
static const struct spa_type_info spa_type_prop_float_array[]
Definition: param-types.h:61
Definition: spa/include/spa/utils/type.h:37
type of container if any (Id)
Definition: props.h:35
Definition: props.h:66
Definition: spa/include/spa/utils/type.h:33