mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
node: make node.passive property
This can be used to instruct the session manager to create passive links on input/output/all ports.
This commit is contained in:
parent
d2de4a2248
commit
28ea5b794d
1 changed files with 4 additions and 0 deletions
|
|
@ -154,6 +154,10 @@ extern "C" {
|
|||
* add a converter */
|
||||
#define PW_KEY_NODE_VIRTUAL "node.virtual" /**< the node is some sort of virtual
|
||||
* object */
|
||||
#define PW_KEY_NODE_PASSIVE "node.passive" /**< indicate that a node wants passive links
|
||||
* on output/input/all ports when the value is
|
||||
* "out"/"in"/"true" respectively */
|
||||
|
||||
/** Port keys */
|
||||
#define PW_KEY_PORT_ID "port.id" /**< port id */
|
||||
#define PW_KEY_PORT_NAME "port.name" /**< port name */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue