spa: improve param doc

This commit is contained in:
Wim Taymans 2023-02-13 16:56:21 +01:00
parent 7de00c87e2
commit b93c3fb0c5

View file

@ -48,7 +48,7 @@ enum spa_param_port_config_mode {
/** properties for SPA_TYPE_OBJECT_ParamPortConfig */
enum spa_param_port_config {
SPA_PARAM_PORT_CONFIG_START,
SPA_PARAM_PORT_CONFIG_direction, /**< direction, input/output (Id enum spa_direction) */
SPA_PARAM_PORT_CONFIG_direction, /**< (Id enum spa_direction) 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 */