From bed98303a346dd98e2a239579c032d170440441d Mon Sep 17 00:00:00 2001 From: Javier Domingo Cansino Date: Fri, 22 Nov 2013 10:18:17 +0100 Subject: doc: audio_outputs sample output and explanation of each returned line --- doc/protocol.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index abc74e4e6..f72cd1afd 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -1952,6 +1952,32 @@ OK Shows information about all outputs. + +outputid: 0 +outputname: My ALSA Device +outputenabled: 0 +OK + + + Return information: + + + + + outputid: ID of the output. May change between executions + + + + + outputname: Name of the output. It can be any. + + + + + outputenabled: Status of the output. 0 if disabled, 1 if enabled. + + + -- cgit v1.2.3