diff options
author | Colin Guthrie <colin@mageia.org> | 2011-05-17 22:31:10 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-06-22 22:45:27 +0100 |
commit | dffc4d18d3a9f608f8b316f1e7057d13978ef44f (patch) | |
tree | 2967eec64a3884b1b2ae5b7e5f59fafc92097ebf /PROTOCOL | |
parent | fdf3a0881445560e962924a02319fc5cd2506231 (diff) |
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)
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |