introspect: implement enough to make gnome-control-center work

We can see sources and sink and change the volume/mute of streams
This commit is contained in:
Wim Taymans 2018-10-19 16:57:03 +02:00
parent faccc8d506
commit 01aa9a5960
4 changed files with 76 additions and 21 deletions

View file

@ -336,6 +336,7 @@ struct pa_stream {
uint32_t buffer_offset;
float volume;
bool mute;
pa_operation *drain;
uint64_t queued;
};