5#ifndef SPA_DEVICE_TYPE_INFO_H
6#define SPA_DEVICE_TYPE_INFO_H
22#define SPA_TYPE_INFO_DeviceEvent SPA_TYPE_INFO_EVENT_BASE "Device"
23#define SPA_TYPE_INFO_DEVICE_EVENT_BASE SPA_TYPE_INFO_DeviceEvent ":"
25#define SPA_TYPE_INFO_DeviceEventId SPA_TYPE_INFO_ENUM_BASE "DeviceEventId"
26#define SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE SPA_TYPE_INFO_DeviceEventId ":"
40#define SPA_TYPE_INFO_DeviceCommand SPA_TYPE_INFO_COMMAND_BASE "Device"
41#define SPA_TYPE_INFO_DEVICE_COMMAND_BASE SPA_TYPE_INFO_DeviceCommand ":"
#define SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
Definition type-info.h:35
static const struct spa_type_info spa_type_device_event[]
Definition type-info.h:42
#define SPA_TYPE_INFO_DEVICE_EVENT_BASE
Definition type-info.h:30
static const struct spa_type_info spa_type_device_command_id[]
Definition type-info.h:54
#define SPA_TYPE_INFO_DEVICE_COMMAND_BASE
Definition type-info.h:52
static const struct spa_type_info spa_type_device_command[]
Definition type-info.h:59
static const struct spa_type_info spa_type_device_event_id[]
Definition type-info.h:37
@ SPA_DEVICE_EVENT_ObjectConfig
Definition event.h:26
@ SPA_DEVICE_COMMAND_User
Definition device.h:166
@ SPA_COMMAND_DEVICE_extra
Definition device.h:180
@ SPA_COMMAND_DEVICE_START
Definition device.h:177
@ SPA_EVENT_DEVICE_Object
Definition event.h:38
@ SPA_EVENT_DEVICE_Props
Definition event.h:39
@ SPA_EVENT_DEVICE_START
Definition event.h:36
@ SPA_TYPE_Int
Definition type.h:45
@ SPA_TYPE_EVENT_Device
Definition type.h:73
@ SPA_TYPE_COMMAND_Device
Definition type.h:79
@ SPA_TYPE_OBJECT_Props
Definition type.h:86
@ SPA_TYPE_Id
Definition type.h:44
@ SPA_TYPE_String
Definition type.h:49