mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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:
parent
aa19646d34
commit
29e4b187a3
2 changed files with 101 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue