stream: put target string in node.target

This commit is contained in:
Wim Taymans 2020-07-20 16:27:50 +02:00
parent ee2c1f3882
commit 2909786eb2
2 changed files with 14 additions and 10 deletions

View file

@ -128,7 +128,7 @@ extern "C" {
#define PW_KEY_NODE_EXCLUSIVE "node.exclusive" /**< node wants exclusive access to resources */
#define PW_KEY_NODE_AUTOCONNECT "node.autoconnect" /**< node wants to be automatically connected
* to a compatible node */
#define PW_KEY_NODE_TARGET "node.target" /**< node want to be connected to the target
#define PW_KEY_NODE_TARGET "node.target" /**< node wants to be connected to the target
* node/session */
#define PW_KEY_NODE_LATENCY "node.latency" /**< the requested latency of the node as
* a fraction. Ex: 128/48000 */