PipeWire  0.3.67
spa/include/spa/control/control.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_CONTROL_H
6 #define SPA_CONTROL_H
7 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 
12 #include <spa/utils/defs.h>
13 #include <spa/pod/pod.h>
14 
25 enum spa_control_type {
32 };
33 
38 #ifdef __cplusplus
39 } /* extern "C" */
40 #endif
41 
42 #endif /* SPA_CONTROL_H */
spa/utils/defs.h
spa_control_type
Different Control types.
Definition: spa/include/spa/control/control.h:30
@ SPA_CONTROL_Invalid
Definition: spa/include/spa/control/control.h:31
@ SPA_CONTROL_Properties
data contains a SPA_TYPE_OBJECT_Props
Definition: spa/include/spa/control/control.h:32
@ SPA_CONTROL_OSC
data contains a spa_pod_bytes with an OSC packet
Definition: spa/include/spa/control/control.h:34
@ _SPA_CONTROL_LAST
not part of ABI
Definition: spa/include/spa/control/control.h:36
@ SPA_CONTROL_Midi
data contains a spa_pod_bytes with raw midi data
Definition: spa/include/spa/control/control.h:33
spa/pod/pod.h