summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2013-07-21 16:53:39 -0300
committerwm4 <wm4@nowhere>2013-07-22 02:42:38 +0200
commitbcb398ddb42b7327f47897cb7884b50d275de58d (patch)
treea2624a0a61214ff37767244c806da6ff3bf25d58 /DOCS
parent58e3d3f2073a726e8823becbdcd5262a1048acc2 (diff)
downloadmpv-bcb398ddb42b7327f47897cb7884b50d275de58d.tar.bz2
mpv-bcb398ddb42b7327f47897cb7884b50d275de58d.tar.xz
DOCS/man/en/ao.rst: Update wasapi:device=<id> documentation
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/ao.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index b0716c2225..2ced3ba170 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -178,7 +178,12 @@ Available audio output drivers are:
endpoint. Both the number and the ID String are valid; the ID String
is guaranteed to not change unless the driver is uninstalled.
- To get a list of the valid devices, use the ``list`` suboption.
+ Also supports searching active devices by name. If more than one
+ device matches the name, refuses loading it.
+
+ To get a list of the valid devices, give ``help`` as the id. The
+ list is the same as the ``list`` suboption, but stops the player
+ initialization.
``exclusive``
Requests exclusive, direct hardware access. By definition prevents
sound playback of any other program until mpv exits.