mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
port: add filter to pw_port_for_each_filtered_param
This commit is contained in:
parent
53e03019da
commit
11f42d6262
2 changed files with 5 additions and 3 deletions
|
|
@ -568,6 +568,7 @@ int pw_port_for_each_filtered_param(struct pw_port *in_port,
|
|||
struct pw_port *out_port,
|
||||
uint32_t in_param_id,
|
||||
uint32_t out_param_id,
|
||||
const struct spa_pod *filter,
|
||||
int (*callback) (void *data,
|
||||
uint32_t id, uint32_t index, uint32_t next,
|
||||
struct spa_pod *param),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue