PipeWire 1.0.4
Loading...
Searching...
No Matches
type-info.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_TYPES_H
6#define SPA_CONTROL_TYPES_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
17#include <spa/utils/defs.h>
18#include <spa/utils/type-info.h>
19#include <spa/control/control.h>
20
21/* base for parameter object enumerations */
22#define SPA_TYPE_INFO_Control SPA_TYPE_INFO_ENUM_BASE "Control"
23#define SPA_TYPE_INFO_CONTROL_BASE SPA_TYPE_INFO_Control ":"
24
25static const struct spa_type_info spa_type_control[] = {
30 { 0, 0, NULL, NULL },
31};
37#ifdef __cplusplus
38} /* extern "C" */
39#endif
40
41#endif /* SPA_CONTROL_TYPES_H */
spa/utils/defs.h
static const struct spa_type_info spa_type_control[]
Definition type-info.h:32
#define SPA_TYPE_INFO_CONTROL_BASE
Definition type-info.h:30
@ SPA_CONTROL_Invalid
Definition control.h:31
@ SPA_CONTROL_Properties
data contains a SPA_TYPE_OBJECT_Props
Definition control.h:32
@ SPA_CONTROL_OSC
data contains a spa_pod_bytes with an OSC packet
Definition control.h:34
@ SPA_CONTROL_Midi
data contains a spa_pod_bytes with raw midi data
Definition control.h:33
@ SPA_TYPE_Int
Definition type.h:34
spa/control/control.h
Definition type.h:143
spa/utils/type-info.h