mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
capture: Implement per-stream volume control for capture streams.
This piggy backs onto the previous changes for protocol 22 and thus does not bump the version. This and the previous commits should be seen as mostly atomic. Apologies for any bisecting issues this causes (although I would expect these to be minimal)
This commit is contained in:
parent
fdf3a08814
commit
dffc4d18d3
21 changed files with 1980 additions and 219 deletions
8
PROTOCOL
8
PROTOCOL
|
|
@ -262,3 +262,11 @@ PA_COMMAND_GET_SOURCE_INFO_LIST)
|
|||
format_info format1
|
||||
...
|
||||
format_info formatn
|
||||
|
||||
Four new fields in reply from PA_COMMAND_GET_SOURCE_OUTPUT_INFO (and thus
|
||||
PA_COMMAND_GET_SOURCE_OUTPUT_INFO_LIST)
|
||||
|
||||
volume
|
||||
bool mute
|
||||
bool has_volume
|
||||
bool volume_writable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue