mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
maintain a list of sink inputs/source outputs as part of the pa_client object
This commit is contained in:
parent
b6deb0cc4c
commit
344c934edb
5 changed files with 27 additions and 2 deletions
|
|
@ -42,6 +42,9 @@ struct pa_client {
|
|||
pa_module *module;
|
||||
char *driver;
|
||||
|
||||
pa_idxset *sink_inputs;
|
||||
pa_idxset *source_outputs;
|
||||
|
||||
void *userdata;
|
||||
|
||||
void (*kill)(pa_client *c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue