mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pactl: add get-sink-volume command
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/430>
This commit is contained in:
parent
0e4a92ca69
commit
75390822b4
2 changed files with 43 additions and 1 deletions
|
|
@ -192,6 +192,11 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
|
|||
<arg>OFFSET</arg> is a number which represents the latency offset in microseconds</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>get-sink-volume</opt> <arg>SINK</arg></p>
|
||||
<optdesc><p>Get the volume of the specified sink (identified by its symbolic name or numerical index) displayed in the same format as the `info` command.</p></optdesc>
|
||||
</option>
|
||||
|
||||
<option>
|
||||
<p><opt>set-sink-volume</opt> <arg>SINK</arg> <arg>VOLUME [VOLUME ...]</arg></p>
|
||||
<optdesc><p>Set the volume of the specified sink (identified by its symbolic name or numerical index).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue