PipeWire
1.2.5
type-info.h
Go to the documentation of this file.
1
/* Simple Plugin API */
2
/* SPDX-FileCopyrightText: Copyright © 2018 Wim Taymans */
3
/* SPDX-License-Identifier: MIT */
4
5
#ifndef SPA_CONTROL_TYPES_H
6
#define SPA_CONTROL_TYPES_H
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
17
#include <
spa/utils/defs.h
>
18
#include <
spa/utils/type-info.h
>
19
#include <
spa/control/control.h
>
20
21
/* base for parameter object enumerations */
22
#define SPA_TYPE_INFO_Control SPA_TYPE_INFO_ENUM_BASE "Control"
23
#define SPA_TYPE_INFO_CONTROL_BASE SPA_TYPE_INFO_Control ":"
24
25
static
const
struct
spa_type_info
spa_type_control
[] = {
26
{
SPA_CONTROL_Invalid
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_CONTROL_BASE
"Invalid"
, NULL },
27
{
SPA_CONTROL_Properties
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_CONTROL_BASE
"Properties"
, NULL },
28
{
SPA_CONTROL_Midi
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_CONTROL_BASE
"Midi"
, NULL },
29
{
SPA_CONTROL_OSC
,
SPA_TYPE_Int
,
SPA_TYPE_INFO_CONTROL_BASE
"OSC"
, NULL },
30
{ 0, 0, NULL, NULL },
31
};
32
37
#ifdef __cplusplus
38
}
/* extern "C" */
39
#endif
40
41
#endif
/* SPA_CONTROL_TYPES_H */
SPA_CONTROL_OSC
@ SPA_CONTROL_OSC
data contains a spa_pod_bytes with an OSC packet
Definition:
control.h:34
SPA_TYPE_INFO_CONTROL_BASE
#define SPA_TYPE_INFO_CONTROL_BASE
Definition:
type-info.h:30
spa_type_control
static const struct spa_type_info spa_type_control[]
Definition:
type-info.h:32
spa_type_info
Definition:
type.h:143
SPA_CONTROL_Invalid
@ SPA_CONTROL_Invalid
Definition:
control.h:31
type-info.h
spa/utils/type-info.h
SPA_TYPE_Int
@ SPA_TYPE_Int
Definition:
type.h:34
defs.h
spa/utils/defs.h
SPA_CONTROL_Midi
@ SPA_CONTROL_Midi
data contains a spa_pod_bytes with raw midi data
Definition:
control.h:33
SPA_CONTROL_Properties
@ SPA_CONTROL_Properties
data contains a SPA_TYPE_OBJECT_Props
Definition:
control.h:32
control.h
spa/control/control.h
spa
control
type-info.h
Generated by
1.8.20