mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
doc: document node/device disabled property
This commit is contained in:
parent
163044ab1e
commit
c8c7295f56
1 changed files with 8 additions and 0 deletions
|
|
@ -122,6 +122,10 @@ ie. for example `device.Param.Props = { ... }` to set `Props`.
|
|||
\copydoc PW_KEY_DEVICE_INTENDED_ROLES
|
||||
\endparblock
|
||||
|
||||
@PAR@ device-prop device.disabled = false # boolean
|
||||
Disable the creation of this device in session manager.
|
||||
|
||||
|
||||
There are other common `device.*` properties for technical purposes
|
||||
and not usually user-configurable.
|
||||
|
||||
|
|
@ -395,6 +399,10 @@ The `PARAM` should be replaced with the name of the Param to set,
|
|||
ie. for example `node.param.Props = { ... }` to set `Props`.
|
||||
\endparblock
|
||||
|
||||
@PAR@ node-prop node.disabled = false # boolean
|
||||
Disable the creation of this node in session manager.
|
||||
|
||||
|
||||
# AUDIO ADAPTER PROPERTIES @IDX@ props
|
||||
|
||||
Most audio nodes (ALSA, Bluetooth, audio streams from applications,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue