diff options
author | Colin Guthrie <colin@mageia.org> | 2011-05-16 22:15:57 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-06-22 21:55:27 +0100 |
commit | fdf3a0881445560e962924a02319fc5cd2506231 (patch) | |
tree | 48f95613887f873dbbc225a90697d4ba9ac772d9 /PROTOCOL | |
parent | 5d35375aa758fde7d9f3d6467e2506aca9784597 (diff) |
introspect: Get formats for sources
This gets the list of supported formats for a source in
pa_context_get_source_info*(). Also prints these in 'pactl list'.
Diffstat (limited to 'PROTOCOL')
-rw-r--r-- | PROTOCOL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -254,3 +254,11 @@ New fields PA_COMMAND_CREATE_RECORD_STREAM: One new field in reply from PA_COMMAND_CREATE_RECORD_STREAM: format_info format + +New fields in reply from PA_COMMAND_GET_SOURCE_INFO (and thus +PA_COMMAND_GET_SOURCE_INFO_LIST) + + uint8_t n_formats + format_info format1 + ... + format_info formatn |