PipeWire 1.0.5
Loading...
Searching...
No Matches
port-config-types.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_PARAM_PORT_CONFIG_TYPES_H
6#define SPA_PARAM_PORT_CONFIG_TYPES_H
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
17#include <spa/utils/enum-types.h>
20
21#define SPA_TYPE_INFO_ParamPortConfigMode SPA_TYPE_INFO_ENUM_BASE "ParamPortConfigMode"
22#define SPA_TYPE_INFO_PARAM_PORT_CONFIG_MODE_BASE SPA_TYPE_INFO_ParamPortConfigMode ":"
23
24static const struct spa_type_info spa_type_param_port_config_mode[] = {
29 { 0, 0, NULL, NULL },
30};
32#define SPA_TYPE_INFO_PARAM_PortConfig SPA_TYPE_INFO_PARAM_BASE "PortConfig"
33#define SPA_TYPE_INFO_PARAM_PORT_CONFIG_BASE SPA_TYPE_INFO_PARAM_PortConfig ":"
34
35static const struct spa_type_info spa_type_param_port_config[] = {
42 { 0, 0, NULL, NULL },
43};
49#ifdef __cplusplus
50} /* extern "C" */
51#endif
52
53#endif /* SPA_PARAM_PORT_CONFIG_TYPES_H */
static const struct spa_type_info spa_type_param_port_config_mode[]
Definition port-config-types.h:31
static const struct spa_type_info spa_type_param_port_config[]
Definition port-config-types.h:44
#define SPA_TYPE_INFO_PARAM_PORT_CONFIG_MODE_BASE
Definition port-config-types.h:29
#define SPA_TYPE_INFO_PARAM_PORT_CONFIG_BASE
Definition port-config-types.h:42
static const struct spa_type_info spa_type_param[]
Definition param-types.h:32
@ SPA_PARAM_PORT_CONFIG_MODE_convert
convert configuration
Definition port-config.h:27
@ SPA_PARAM_PORT_CONFIG_MODE_none
no configuration
Definition port-config.h:25
@ SPA_PARAM_PORT_CONFIG_MODE_dsp
dsp configuration, depending on the external format.
Definition port-config.h:28
@ SPA_PARAM_PORT_CONFIG_MODE_passthrough
passthrough configuration
Definition port-config.h:26
@ SPA_PARAM_PORT_CONFIG_mode
(Id enum spa_param_port_config_mode) mode
Definition port-config.h:37
@ SPA_PARAM_PORT_CONFIG_format
(Object) format filter
Definition port-config.h:40
@ SPA_PARAM_PORT_CONFIG_monitor
(Bool) enable monitor output ports on input ports
Definition port-config.h:38
@ SPA_PARAM_PORT_CONFIG_control
(Bool) enable control ports
Definition port-config.h:39
@ SPA_PARAM_PORT_CONFIG_direction
(Id enum spa_direction) direction
Definition port-config.h:36
@ SPA_PARAM_PORT_CONFIG_START
Definition port-config.h:35
@ SPA_TYPE_Int
Definition type.h:34
@ SPA_TYPE_Bool
Definition type.h:32
@ SPA_TYPE_Id
Definition type.h:33
@ SPA_TYPE_OBJECT_Format
Definition type.h:76
spa/param/param-types.h
spa/param/port-config.h
Definition type.h:143