cli: Allow source-output volumes/mute to be set via CLI

This should have been done a long time ago but it brings symmetry to the API
This commit is contained in:
Colin Guthrie 2012-04-05 11:52:24 +01:00
parent aa19646d34
commit 29e4b187a3
2 changed files with 101 additions and 5 deletions

View file

@ -129,14 +129,14 @@ USA.
</option>
<option>
<p><opt>set-sink-input-volume</opt> <arg>index</arg> <arg>volume</arg></p>
<optdesc><p>Set the volume of a sink input specified
<p><opt>set-sink-input-volume|set-source-output-volume</opt> <arg>index</arg> <arg>volume</arg></p>
<optdesc><p>Set the volume of a sink input (resp. source output) specified
by its index. The same volume rules apply as with set-sink-volume.</p></optdesc>
</option>
<option>
<p><opt>set-sink-input-mute</opt> <arg>index</arg> <arg>boolean</arg></p>
<optdesc><p>Mute or unmute a sink input specified
<p><opt>set-sink-input-mute|set-source-output-mute</opt> <arg>index</arg> <arg>boolean</arg></p>
<optdesc><p>Mute or unmute a sink input (resp. source output) specified
by its index. The same mute rules apply as with set-sink-mute.</p></optdesc>
</option>
</section>