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:
Wim Taymans 2021-04-24 19:44:49 +02:00
parent d2de4a2248
commit 28ea5b794d

View file

@ -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 */