summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index f277b52f02..84f64cf5c7 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2368,15 +2368,16 @@ Property list
This option is relatively useless. Before mpv 0.18.1, it could be used to
infer behavior of the ``volume`` property.
-``current-ao-volume``
+``ao-volume`` (RW)
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 shows depends on the API. For example, on ALSA
- this usually shows system-wide audio, while on PulseAudio per-application 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.
``ao-mute`` (RW)
- Similar to ``current-ao-volume``, but controls the mute state. May be unimplemented
- even if ``current-ao-volume`` works.
+ Similar to ``ao-volume``, but controls the mute state. May be unimplemented
+ even if ``ao-volume`` works.
``audio-codec``
Audio codec selected for decoding.