doc: audio_outputs sample output and explanation of each returned line
This commit is contained in:
parent
d2679f59c5
commit
bed98303a3
@ -1952,6 +1952,32 @@ OK
|
|||||||
<para>
|
<para>
|
||||||
Shows information about all outputs.
|
Shows information about all outputs.
|
||||||
</para>
|
</para>
|
||||||
|
<screen>
|
||||||
|
outputid: 0
|
||||||
|
outputname: My ALSA Device
|
||||||
|
outputenabled: 0
|
||||||
|
OK
|
||||||
|
</screen>
|
||||||
|
<para>
|
||||||
|
Return information:
|
||||||
|
</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<varname>outputid</varname>: ID of the output. May change between executions
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<varname>outputname</varname>: Name of the output. It can be any.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
<varname>outputenabled</varname>: Status of the output. 0 if disabled, 1 if enabled.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
</variablelist>
|
</variablelist>
|
||||||
|
Loading…
Reference in New Issue
Block a user