mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
PROTOCOL: Fix documentation for version 22
Fix the documentation: the protocol file was not reflecting the code properly for version 22. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
13a84d0747
commit
9a2faad820
1 changed files with 7 additions and 1 deletions
8
PROTOCOL
8
PROTOCOL
|
|
@ -250,6 +250,12 @@ New fields PA_COMMAND_CREATE_RECORD_STREAM:
|
|||
format_info format1
|
||||
...
|
||||
format_info formatn
|
||||
volume
|
||||
bool muted
|
||||
bool volume_set
|
||||
bool muted_set
|
||||
bool relative_volume
|
||||
bool passthrough
|
||||
|
||||
One new field in reply from PA_COMMAND_CREATE_RECORD_STREAM:
|
||||
|
||||
|
|
@ -266,11 +272,11 @@ PA_COMMAND_GET_SOURCE_INFO_LIST)
|
|||
Five new fields in reply from PA_COMMAND_GET_SOURCE_OUTPUT_INFO (and thus
|
||||
PA_COMMAND_GET_SOURCE_OUTPUT_INFO_LIST)
|
||||
|
||||
format_info format
|
||||
volume
|
||||
bool mute
|
||||
bool has_volume
|
||||
bool volume_writable
|
||||
format_info format
|
||||
|
||||
## v23, implemented by >= 1.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue