5#ifndef SPA_DEVICE_TYPE_INFO_H 
    6#define SPA_DEVICE_TYPE_INFO_H 
   21#define SPA_TYPE_INFO_DeviceEvent               SPA_TYPE_INFO_EVENT_BASE "Device" 
   22#define SPA_TYPE_INFO_DEVICE_EVENT_BASE         SPA_TYPE_INFO_DeviceEvent ":" 
   24#define SPA_TYPE_INFO_DeviceEventId             SPA_TYPE_INFO_ENUM_BASE "DeviceEventId" 
   25#define SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE      SPA_TYPE_INFO_DeviceEventId ":" 
#define SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
Definition: monitor/type-info.h:34
 
static const struct spa_type_info spa_type_device_event[]
Definition: monitor/type-info.h:41
 
#define SPA_TYPE_INFO_DEVICE_EVENT_BASE
Definition: monitor/type-info.h:29
 
static const struct spa_type_info spa_type_device_event_id[]
Definition: monitor/type-info.h:36
 
@ SPA_DEVICE_EVENT_ObjectConfig
Definition: monitor/event.h:26
 
@ SPA_EVENT_DEVICE_Object
Definition: monitor/event.h:38
 
@ SPA_EVENT_DEVICE_Props
Definition: monitor/event.h:39
 
@ SPA_EVENT_DEVICE_START
Definition: monitor/event.h:36
 
@ SPA_TYPE_Int
Definition: spa/include/spa/utils/type.h:34
 
@ SPA_TYPE_EVENT_Device
Definition: spa/include/spa/utils/type.h:62
 
@ SPA_TYPE_OBJECT_Props
Definition: spa/include/spa/utils/type.h:75
 
@ SPA_TYPE_Id
Definition: spa/include/spa/utils/type.h:33
 
Definition: spa/include/spa/utils/type.h:142