mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Improve loop callbacks
Pass just one data item to the callbacks. Add properties to port. Add user data to link Handle autolink with multiple ports More work on jack support
This commit is contained in:
parent
cfd9967637
commit
9ad1f911b2
38 changed files with 1773 additions and 271 deletions
|
|
@ -129,7 +129,9 @@ struct pw_resource *pw_node_get_owner(struct pw_node *node);
|
|||
|
||||
struct pw_global *pw_node_get_global(struct pw_node *node);
|
||||
|
||||
struct pw_properties *pw_node_get_properties(struct pw_node *node);
|
||||
const struct pw_properties *pw_node_get_properties(struct pw_node *node);
|
||||
|
||||
void pw_node_update_properties(struct pw_node *node, const struct spa_dict *dict);
|
||||
|
||||
void pw_node_set_implementation(struct pw_node *node,
|
||||
const struct pw_node_implementation *implementation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue