diff options
author | Jason Nader <jason.nader@protonmail.com> | 2020-12-08 13:55:31 +0900 |
---|---|---|
committer | PulseAudio Marge Bot <pulseaudio-maintainers@lists.freedesktop.org> | 2021-05-17 15:35:07 +0000 |
commit | 75390822b4d31aa626ee0bb9ee6274dbc1cff32c (patch) | |
tree | fdcd6e8b52e84a453ca869b2a8bbf4609320171c /man | |
parent | 0e4a92ca699d000667db218c88f4c4387e5f930c (diff) | |
download | pulseaudio-75390822b4d31aa626ee0bb9ee6274dbc1cff32c.tar.gz |
pactl: add `get-sink-volume` command
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/430>
Diffstat (limited to 'man')
-rw-r--r-- | man/pactl.1.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/pactl.1.xml.in b/man/pactl.1.xml.in index fbc486e08..b95afa724 100644 --- a/man/pactl.1.xml.in +++ b/man/pactl.1.xml.in @@ -193,6 +193,11 @@ License along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. </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). <arg>VOLUME</arg> can be specified as an integer (e.g. 2000, 16384), a linear factor (e.g. 0.4, 1.100), a percentage |