PipeWire  0.3.29
props.h
Go to the documentation of this file.
1 /* Simple Plugin API
2  *
3  * Copyright © 2018 Wim Taymans
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a
6  * copy of this software and associated documentation files (the "Software"),
7  * to deal in the Software without restriction, including without limitation
8  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
9  * and/or sell copies of the Software, and to permit persons to whom the
10  * Software is furnished to do so, subject to the following conditions:
11  *
12  * The above copyright notice and this permission notice (including the next
13  * paragraph) shall be included in all copies or substantial portions of the
14  * Software.
15  *
16  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
19  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21  * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22  * DEALINGS IN THE SOFTWARE.
23  */
24 
25 #ifndef SPA_PARAM_PROPS_H
26 #define SPA_PARAM_PROPS_H
27 
28 #ifdef __cplusplus
29 extern "C" {
30 #endif
31 
37 #include <spa/param/param.h>
38 
52 };
53 
55 enum spa_prop {
57 
66 
76 
108 
117 };
118 
123 #ifdef __cplusplus
124 } /* extern "C" */
125 #endif
126 
127 #endif /* SPA_PARAM_PROPS_H */
Definition: props.h:64
mute (Bool)
Definition: props.h:91
Definition: props.h:62
simple control params (Struct( (String : key, Pod : value)*))
Definition: props.h:110
mute (Bool)
Definition: props.h:81
Definition: props.h:63
Definition: props.h:68
Definition: props.h:82
Definition: props.h:78
Definition: props.h:104
Definition: props.h:84
Definition: props.h:83
video related properties
Definition: props.h:99
Definition: props.h:107
Definition: props.h:105
associated id of the property
Definition: props.h:42
mute (Bool)
Definition: props.h:95
spa_prop_info
properties of SPA_TYPE_OBJECT_PropInfo
Definition: props.h:40
device related properties
Definition: props.h:60
delay adjustment
Definition: props.h:94
other properties
Definition: props.h:109
an unknown property
Definition: props.h:58
Definition: props.h:73
Definition: props.h:74
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:45
Definition: props.h:61
a volume base (Float)
Definition: props.h:87
Definition: props.h:72
a volume array, one volume per channel (Array of Float)
Definition: props.h:92
Definition: props.h:56
Definition: props.h:101
a volume array, one volume per channel (Array of Float)
Definition: props.h:96
Definition: props.h:65
a channelmap array (Array (Id enum spa_audio_channel))
Definition: props.h:89
a volume step (Float)
Definition: props.h:88
name of the property
Definition: props.h:43
Definition: props.h:71
a volume (Float), 0.0 silence, 1.0 normal
Definition: props.h:80
Definition: props.h:103
Definition: props.h:69
Definition: props.h:100
Definition: props.h:106
is part of params property (Bool)
Definition: props.h:51
spa_prop
predefined properties for SPA_TYPE_OBJECT_Props
Definition: props.h:55
Definition: props.h:67
type and range/enums of property
Definition: props.h:44
Definition: props.h:75
a volume array, one volume per channel (Array of Float)
Definition: props.h:85
Definition: props.h:102
Definition: props.h:41
Definition: props.h:116
Definition: props.h:70
audio related properties
Definition: props.h:77
type of container if any (Id)
Definition: props.h:50
Definition: props.h:79