5#ifndef SPA_PARAM_PORT_CONFIG_TYPES_H 
    6#define SPA_PARAM_PORT_CONFIG_TYPES_H 
   17#include <spa/utils/enum-types.h> 
   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 ":" 
   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 ":" 
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: spa/include/spa/utils/type.h:34
 
@ SPA_TYPE_Bool
Definition: spa/include/spa/utils/type.h:32
 
@ SPA_TYPE_Id
Definition: spa/include/spa/utils/type.h:33
 
@ SPA_TYPE_OBJECT_Format
Definition: spa/include/spa/utils/type.h:76
 
Definition: spa/include/spa/utils/type.h:142