PipeWire  1.0.1
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 */
data contains a SPA_TYPE_OBJECT_Props
Definition: control.h:32
not part of ABI
Definition: control.h:36
Definition: control.h:31
spa_control_type
Different Control types.
Definition: control.h:30
data contains a spa_pod_bytes with an OSC packet
Definition: control.h:34
spa/utils/defs.h
data contains a spa_pod_bytes with raw midi data
Definition: control.h:33
spa/pod/pod.h