mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-04-30 06:46:49 -04:00
client-stream: send node_id to client
Send the node_id of the client-stream node to the client.
This commit is contained in:
parent
ca61fd1405
commit
bbd5c941d2
3 changed files with 17 additions and 11 deletions
|
|
@ -47,6 +47,8 @@ pw_client_node_new(struct pw_resource *resource,
|
|||
void
|
||||
pw_client_node_destroy(struct pw_client_node *node);
|
||||
|
||||
void pw_client_node_registered(struct pw_client_node *node, uint32_t node_id);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue