mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-08 13:30:08 -05:00
remove pipewire/private.h includes when possible
In many places this is not needed. Expose pw_impl_node_set_param() for adapter.
This commit is contained in:
parent
ee55df9f9e
commit
164e343dbf
40 changed files with 40 additions and 57 deletions
|
|
@ -1245,8 +1245,6 @@ int pw_impl_port_recalc_latency(struct pw_impl_port *port);
|
|||
/** Change the state of the node */
|
||||
int pw_impl_node_set_state(struct pw_impl_node *node, enum pw_node_state state);
|
||||
|
||||
int pw_impl_node_set_param(struct pw_impl_node *node,
|
||||
uint32_t id, uint32_t flags, const struct spa_pod *param);
|
||||
|
||||
int pw_impl_node_update_ports(struct pw_impl_node *node);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue