mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-21 07:00:08 -05:00
jack: more improvements
Fill in the position and clock fields with jack values. Advertize PARAMS correctly.
This commit is contained in:
parent
6f5e6568c9
commit
f746c29768
5 changed files with 155 additions and 56 deletions
|
|
@ -640,6 +640,7 @@ struct spa_node_methods {
|
|||
/** node keys */
|
||||
#define SPA_KEY_NODE_NAME "node.name" /**< a node name */
|
||||
#define SPA_KEY_NODE_DRIVER "node.driver" /**< the node can be a driver */
|
||||
#define SPA_KEY_NODE_LATENCY "node.latency" /**< the requested node latency */
|
||||
#define SPA_KEY_NODE_PAUSE_ON_IDLE "node.pause-on-idle" /**< if the node should be paused
|
||||
* immediately when idle. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue