mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-20 06:59:58 -05:00
stream: put target string in node.target
This commit is contained in:
parent
ee2c1f3882
commit
2909786eb2
2 changed files with 14 additions and 10 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue