mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
spa: improve param doc
This commit is contained in:
parent
7de00c87e2
commit
b93c3fb0c5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue