PipeWire
1.7.0
Toggle main menu visibility
Loading...
Searching...
No Matches
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
#include <
spa/utils/type.h
>
9
10
#include <
spa/monitor/device.h
>
11
#include <
spa/monitor/event.h
>
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
21
22
#define SPA_TYPE_INFO_DeviceEvent SPA_TYPE_INFO_EVENT_BASE "Device"
23
#define SPA_TYPE_INFO_DEVICE_EVENT_BASE SPA_TYPE_INFO_DeviceEvent ":"
24
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 ":"
27
28
static
const
struct
spa_type_info
spa_type_device_event_id
[] = {
29
{
SPA_DEVICE_EVENT_ObjectConfig
,
SPA_TYPE_EVENT_Device
,
SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
"ObjectConfig"
, NULL },
30
{ 0, 0, NULL, NULL },
31
};
32
33
static
const
struct
spa_type_info
spa_type_device_event
[] = {
34
{
SPA_EVENT_DEVICE_START
,
SPA_TYPE_Id
,
SPA_TYPE_INFO_DEVICE_EVENT_BASE
,
spa_type_device_event_id
},
35
{
SPA_EVENT_DEVICE_Object
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_DEVICE_EVENT_BASE
"Object"
, NULL },
36
{
SPA_EVENT_DEVICE_Props
,
SPA_TYPE_OBJECT_Props
,
SPA_TYPE_INFO_DEVICE_EVENT_BASE
"Props"
, NULL },
37
{ 0, 0, NULL, NULL },
38
};
39
40
#define SPA_TYPE_INFO_DeviceCommand SPA_TYPE_INFO_COMMAND_BASE "Device"
41
#define SPA_TYPE_INFO_DEVICE_COMMAND_BASE SPA_TYPE_INFO_DeviceCommand ":"
42
43
static
const
struct
spa_type_info
spa_type_device_command_id
[] = {
44
{
SPA_DEVICE_COMMAND_User
,
SPA_TYPE_COMMAND_Device
,
SPA_TYPE_INFO_DEVICE_COMMAND_BASE
"User"
, NULL },
45
{ 0, 0, NULL, NULL },
46
};
47
48
static
const
struct
spa_type_info
spa_type_device_command
[] = {
49
{
SPA_COMMAND_DEVICE_START
,
SPA_TYPE_Id
,
SPA_TYPE_INFO_DEVICE_COMMAND_BASE
,
spa_type_device_command_id
},
50
51
{
SPA_COMMAND_DEVICE_extra
,
SPA_TYPE_String
,
SPA_TYPE_INFO_DEVICE_COMMAND_BASE
"extra"
, NULL },
52
53
{ 0, 0, NULL, NULL },
54
};
55
58
59
60
#ifdef __cplusplus
61
}
/* extern "C" */
62
#endif
63
64
#endif
/* SPA_DEVICE_TYPE_INFO_H */
SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
#define SPA_TYPE_INFO_DEVICE_EVENT_ID_BASE
Definition
type-info.h:35
spa_type_device_event
static const struct spa_type_info spa_type_device_event[]
Definition
type-info.h:42
SPA_TYPE_INFO_DEVICE_EVENT_BASE
#define SPA_TYPE_INFO_DEVICE_EVENT_BASE
Definition
type-info.h:30
spa_type_device_command_id
static const struct spa_type_info spa_type_device_command_id[]
Definition
type-info.h:54
SPA_TYPE_INFO_DEVICE_COMMAND_BASE
#define SPA_TYPE_INFO_DEVICE_COMMAND_BASE
Definition
type-info.h:52
spa_type_device_command
static const struct spa_type_info spa_type_device_command[]
Definition
type-info.h:59
spa_type_device_event_id
static const struct spa_type_info spa_type_device_event_id[]
Definition
type-info.h:37
SPA_DEVICE_EVENT_ObjectConfig
@ SPA_DEVICE_EVENT_ObjectConfig
Definition
event.h:26
SPA_DEVICE_COMMAND_User
@ SPA_DEVICE_COMMAND_User
Definition
device.h:166
SPA_COMMAND_DEVICE_extra
@ SPA_COMMAND_DEVICE_extra
Definition
device.h:180
SPA_COMMAND_DEVICE_START
@ SPA_COMMAND_DEVICE_START
Definition
device.h:177
SPA_EVENT_DEVICE_Object
@ SPA_EVENT_DEVICE_Object
Definition
event.h:38
SPA_EVENT_DEVICE_Props
@ SPA_EVENT_DEVICE_Props
Definition
event.h:39
SPA_EVENT_DEVICE_START
@ SPA_EVENT_DEVICE_START
Definition
event.h:36
SPA_TYPE_Int
@ SPA_TYPE_Int
Definition
type.h:45
SPA_TYPE_EVENT_Device
@ SPA_TYPE_EVENT_Device
Definition
type.h:73
SPA_TYPE_COMMAND_Device
@ SPA_TYPE_COMMAND_Device
Definition
type.h:79
SPA_TYPE_OBJECT_Props
@ SPA_TYPE_OBJECT_Props
Definition
type.h:86
SPA_TYPE_Id
@ SPA_TYPE_Id
Definition
type.h:44
SPA_TYPE_String
@ SPA_TYPE_String
Definition
type.h:49
event.h
spa/monitor/event.h
device.h
spa/monitor/device.h
type.h
spa/utils/type.h
spa_type_info
Definition
type.h:156
spa
monitor
type-info.h
Generated by
1.18.0