PipeWire
1.2.5
type-info.h
Go to the documentation of this file.
1
/* Simple Plugin API */
2
/* SPDX-FileCopyrightText: Copyright © 2021 Collabora Ltd. */
3
/* SPDX-License-Identifier: MIT */
4
5
#ifndef SPA_DEVICE_TYPE_INFO_H
6
#define SPA_DEVICE_TYPE_INFO_H
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
#include <
spa/utils/type-info.h
>
13
14
#include <
spa/monitor/event.h
>
15
21
#define SPA_TYPE_INFO_DeviceEvent SPA_TYPE_INFO_EVENT_BASE "Device"
22
#define SPA_TYPE_INFO_DEVICE_EVENT_BASE SPA_TYPE_INFO_DeviceEvent ":"
23
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 ":"
26
27
static
const
struct
spa_type_info
spa_type_device_event_id
[] = {
28
{
SPA_DEVICE_EVENT_ObjectConfig
,
SPA_TYPE_EVENT_Device
,
SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
"ObjectConfig"
, NULL },
29
{ 0, 0, NULL, NULL },
30
};
31
32
static
const
struct
spa_type_info
spa_type_device_event
[] = {
33
{
SPA_EVENT_DEVICE_START
,
SPA_TYPE_Id
,
SPA_TYPE_INFO_DEVICE_EVENT_BASE
,
spa_type_device_event_id
},
34
{
SPA_EVENT_DEVICE_Object
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_DEVICE_EVENT_BASE
"Object"
, NULL },
35
{
SPA_EVENT_DEVICE_Props
,
SPA_TYPE_OBJECT_Props
,
SPA_TYPE_INFO_DEVICE_EVENT_BASE
"Props"
, NULL },
36
{ 0, 0, NULL, NULL },
37
};
38
43
#ifdef __cplusplus
44
}
/* extern "C" */
45
#endif
46
47
#endif
/* SPA_DEVICE_TYPE_INFO_H */
SPA_EVENT_DEVICE_Props
@ SPA_EVENT_DEVICE_Props
Definition:
event.h:39
spa_type_info
Definition:
type.h:143
spa_type_device_event
static const struct spa_type_info spa_type_device_event[]
Definition:
type-info.h:41
SPA_DEVICE_EVENT_ObjectConfig
@ SPA_DEVICE_EVENT_ObjectConfig
Definition:
event.h:26
type-info.h
spa/utils/type-info.h
SPA_TYPE_Id
@ SPA_TYPE_Id
Definition:
type.h:33
SPA_TYPE_Int
@ SPA_TYPE_Int
Definition:
type.h:34
SPA_TYPE_OBJECT_Props
@ SPA_TYPE_OBJECT_Props
Definition:
type.h:75
SPA_EVENT_DEVICE_Object
@ SPA_EVENT_DEVICE_Object
Definition:
event.h:38
SPA_EVENT_DEVICE_START
@ SPA_EVENT_DEVICE_START
Definition:
event.h:36
SPA_TYPE_EVENT_Device
@ SPA_TYPE_EVENT_Device
Definition:
type.h:62
event.h
spa/monitor/event.h
SPA_TYPE_INFO_DEVICE_EVENT_BASE
#define SPA_TYPE_INFO_DEVICE_EVENT_BASE
Definition:
type-info.h:29
SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
#define SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
Definition:
type-info.h:34
spa_type_device_event_id
static const struct spa_type_info spa_type_device_event_id[]
Definition:
type-info.h:36
spa
monitor
type-info.h
Generated by
1.8.20