mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
introspect: Get format of source output
This gets the negotiated format of source outputs in pa_context_get_source_output*(). Also prints the format and volume in 'pactl list'.
This commit is contained in:
parent
dffc4d18d3
commit
4ab60d0377
5 changed files with 20 additions and 3 deletions
3
PROTOCOL
3
PROTOCOL
|
|
@ -263,9 +263,10 @@ PA_COMMAND_GET_SOURCE_INFO_LIST)
|
|||
...
|
||||
format_info formatn
|
||||
|
||||
Four new fields in reply from PA_COMMAND_GET_SOURCE_OUTPUT_INFO (and thus
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue