mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
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:
parent
faccc8d506
commit
01aa9a5960
4 changed files with 76 additions and 21 deletions
|
|
@ -336,6 +336,7 @@ struct pa_stream {
|
|||
uint32_t buffer_offset;
|
||||
|
||||
float volume;
|
||||
bool mute;
|
||||
pa_operation *drain;
|
||||
uint64_t queued;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue