PipeWire
0.3.33
|
Macros | |
#define | SPA_TYPE_INFO_Control SPA_TYPE_INFO_ENUM_BASE "Control" |
#define | SPA_TYPE_INFO_CONTROL_BASE SPA_TYPE_INFO_Control ":" |
Enumerations | |
enum | spa_control_type { SPA_CONTROL_Invalid, SPA_CONTROL_Properties, SPA_CONTROL_Midi, SPA_CONTROL_OSC, _SPA_CONTROL_LAST } |
Different Control types. More... | |
Variables | |
const struct spa_type_info | spa_type_control [] |
#define SPA_TYPE_INFO_Control SPA_TYPE_INFO_ENUM_BASE "Control" |
#define SPA_TYPE_INFO_CONTROL_BASE SPA_TYPE_INFO_Control ":" |
enum spa_control_type |
Different Control types.
Enumerator | |
---|---|
SPA_CONTROL_Invalid | |
SPA_CONTROL_Properties | data contains a SPA_TYPE_OBJECT_Props |
SPA_CONTROL_Midi | data contains a spa_pod_bytes with raw midi data |
SPA_CONTROL_OSC | data contains a spa_pod_bytes with an OSC packet |
_SPA_CONTROL_LAST | not part of ABI |
const struct spa_type_info spa_type_control[] |
Referenced by spa_debug_pod_value().