spa: add SPA_PARAM_PORT_CONFIG_control param

Needed for nodes with optional configurable control ports.
This commit is contained in:
Julian Bouzas 2020-01-30 14:14:13 -05:00 committed by Wim Taymans
parent 4bd6f5a055
commit 25e81d844a
2 changed files with 2 additions and 0 deletions

View file

@ -111,6 +111,7 @@ enum spa_param_port_config {
SPA_PARAM_PORT_CONFIG_direction, /**< direction, input/output (Id enum spa_direction) */
SPA_PARAM_PORT_CONFIG_mode, /**< (Id enum spa_param_port_config_mode) mode */
SPA_PARAM_PORT_CONFIG_monitor, /**< (Bool) enable monitor output ports on input ports */
SPA_PARAM_PORT_CONFIG_control, /**< (Bool) enable control ports */
SPA_PARAM_PORT_CONFIG_format, /**< (Object) format filter */
};