mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Work on improved scheduling or remote nodes
This commit is contained in:
parent
3d9f28c676
commit
9831786eb7
12 changed files with 94 additions and 93 deletions
|
|
@ -158,8 +158,8 @@ pw_node_new(struct pw_core *core, /**< the core */
|
|||
struct pw_properties *properties, /**< extra properties */
|
||||
size_t user_data_size /**< user data size */);
|
||||
|
||||
/** Complete initialization of the node */
|
||||
void pw_node_export(struct pw_node *node);
|
||||
/** Complete initialization of the node and register */
|
||||
void pw_node_register(struct pw_node *node);
|
||||
|
||||
/** Destroy a node */
|
||||
void pw_node_destroy(struct pw_node *node);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue