From fdf3a0881445560e962924a02319fc5cd2506231 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 May 2011 22:15:57 +0100 Subject: 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'. --- PROTOCOL | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'PROTOCOL') diff --git a/PROTOCOL b/PROTOCOL index 1097414d..03a9cb5c 100644 --- a/PROTOCOL +++ b/PROTOCOL @@ -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 -- cgit