From 4ab60d03778bf1e680d29c6ff37266978df44aa5 Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Mon, 16 May 2011 22:23:24 +0100 Subject: 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'. --- PROTOCOL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'PROTOCOL') diff --git a/PROTOCOL b/PROTOCOL index 9c6c8a8b..6b999af4 100644 --- a/PROTOCOL +++ b/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 -- cgit