PipeWire  1.0.0
props.h
1 /* Simple Plugin API */
2 /* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3 /* SPDX-License-Identifier: MIT */
4 
5 #ifndef SPA_PARAM_PROPS_H
6 #define SPA_PARAM_PROPS_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
17 #include <spa/param/param.h>
18 
20 enum spa_prop_info {
33 };
34 
36 enum spa_prop {
38 
47 
58 
103  SPA_PROP_hue,
116  SPA_PROP_START_CUSTOM = 0x1000000,
117 };
118 
123 #ifdef __cplusplus
124 } /* extern "C" */
125 #endif
126 
127 #endif /* SPA_PARAM_PROPS_H */
Definition: props.h:50
mute (Bool)
Definition: props.h:82
Definition: props.h:48
simple control params (Struct( (String : key, Pod : value)*))
Definition: props.h:115
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:109
Definition: props.h:71
Definition: props.h:70
video related properties
Definition: props.h:104
Definition: props.h:112
Definition: props.h:110
associated id of the property
Definition: props.h:27
mute (Bool) applied in software
Definition: props.h:86
spa_prop_info
properties of SPA_TYPE_OBJECT_PropInfo
Definition: props.h:25
enabled IEC958 (S/PDIF) codecs, (Array (Id enum spa_audio_iec958_codec)
Definition: props.h:93
device related properties
Definition: props.h:46
delay adjustment
Definition: props.h:85
other properties
Definition: props.h:114
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:78
Definition: props.h:62
Definition: props.h:58
a volume array, one (linear) volume per channel (Array of Float)
Definition: props.h:83
Definition: props.h:42
Definition: props.h:106
a volume array, one (linear) volume per channel (Array of Float).
Definition: props.h:87
Definition: props.h:51
a channelmap array (Array (Id enum spa_audio_channel))
Definition: props.h:80
a volume step (Float)
Definition: props.h:79
name of the property
Definition: props.h:28
Definition: props.h:57
a volume (Float), 0.0 silence, 1.0 no attenutation
Definition: props.h:67
Definition: props.h:108
Definition: props.h:55
Definition: props.h:105
Definition: props.h:111
is part of params property (Bool)
Definition: props.h:36
Step or incremental Time in nano seconds to ramp the.
Definition: props.h:99
the scale or graph to used to ramp the volume
Definition: props.h:101
spa_prop
predefined properties for SPA_TYPE_OBJECT_Props
Definition: props.h:41
Definition: props.h:53
type and range/enums of property
Definition: props.h:29
Definition: props.h:61
a volume array, one (linear) volume per channel (Array of Float).
Definition: props.h:72
Time in millisec to ramp the volume over.
Definition: props.h:98
Definition: props.h:107
Definition: props.h:26
Definition: props.h:121
Step or incremental Samples to ramp the volume over.
Definition: props.h:96
Samples to ramp the volume over.
Definition: props.h:95
Definition: props.h:56
audio related properties
Definition: props.h:64
type of container if any (Id)
Definition: props.h:35
Definition: props.h:66