mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
node: add props to add_port
This commit is contained in:
parent
eea062ee53
commit
b743518f78
26 changed files with 118 additions and 52 deletions
|
|
@ -256,10 +256,12 @@ struct pw_client_node_proxy_events {
|
|||
*
|
||||
* \param direction the direction of the port
|
||||
* \param port_id the new port id
|
||||
* \param props extra properties
|
||||
*/
|
||||
int (*add_port) (void *object,
|
||||
enum spa_direction direction,
|
||||
uint32_t port_id);
|
||||
uint32_t port_id,
|
||||
const struct spa_dict *props);
|
||||
/**
|
||||
* A port was removed from the node
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue