summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorLeonardo Boss <leonardoboss2001@gmail.com>2024-02-22 14:14:53 -0300
committerDudemanguy <random342@airmail.cc>2024-02-25 23:57:35 +0000
commit58ed620c064971535e60778612777750aa5e2f4d (patch)
treea943bc1cc70f1cd9cdf922639808541a468991a9 /DOCS/man/input.rst
parent2872e23aea5cca8d30d33b3cea897dd1cfd94d05 (diff)
downloadmpv-58ed620c064971535e60778612777750aa5e2f4d.tar.bz2
mpv-58ed620c064971535e60778612777750aa5e2f4d.tar.xz
player: add ao-volume option, to set the system volume at startup
closes #12353
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 0479cf9830..6ac9fb2bd5 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2329,16 +2329,15 @@ Property list
This option is relatively useless. Before mpv 0.18.1, it could be used to
infer behavior of the ``volume`` property.
-``ao-volume`` (RW)
+``current-ao-volume``
System volume. This property is available only if mpv audio output is
currently active, and only if the underlying implementation supports volume
- control. What this option does depends on the API. For example, on ALSA
- this usually changes system-wide audio, while with PulseAudio this controls
- per-application volume.
+ control. What this option shows depends on the API. For example, on ALSA
+ this usually shows system-wide audio, while on PulseAudio per-application volume.
``ao-mute`` (RW)
- Similar to ``ao-volume``, but controls the mute state. May be unimplemented
- even if ``ao-volume`` works.
+ Similar to ``current-ao-volume``, but controls the mute state. May be unimplemented
+ even if ``current-ao-volume`` works.
``audio-codec``
Audio codec selected for decoding.