summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2015-02-02 23:01:11 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2015-02-03 00:40:02 +0100
commita3be14683a33211e3e07094246bb3342fc789763 (patch)
tree1db9298908cffa8906f076b4eec39858e49acb35 /DOCS
parentdd287a3276153ec4e43567ed0eddba7d595168cf (diff)
downloadmpv-a3be14683a33211e3e07094246bb3342fc789763.tar.bz2
mpv-a3be14683a33211e3e07094246bb3342fc789763.tar.xz
command: add property returning detected audio device
This can be useful to adjust some other audio related properties at runtime depending on the audio device being used.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 7d8ac297f4..9d27f9d98d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1589,6 +1589,10 @@ Property list
``current-ao``
Current audio output driver (name as used with ``--ao``).
+``audio-out-detected-device``
+ Return the audio device selected by the AO driver (only implemented for
+ some drivers: currently only ``coreaudio``).
+
``mpv-version``
Return the mpv version/copyright string. Depending on how the binary was
built, it might contain either a release version, or just a git hash.