5#ifndef SPA_CONTROL_TYPES_H
6#define SPA_CONTROL_TYPES_H
22#define SPA_TYPE_INFO_Control SPA_TYPE_INFO_ENUM_BASE "Control"
23#define SPA_TYPE_INFO_CONTROL_BASE SPA_TYPE_INFO_Control ":"
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