summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorDiogo Franco (Kovensky) <diogomfranco@gmail.com>2013-07-19 23:38:36 -0300
committerwm4 <wm4@nowhere>2013-07-22 02:42:37 +0200
commit44f699da0d58dc8cb55097a668d6b31c382677d8 (patch)
tree26f2872d3cd2785c32fa05a03e9b258f93ce0f40 /DOCS
parent0081f1facdce2fb1581c80d10959196930dee673 (diff)
downloadmpv-44f699da0d58dc8cb55097a668d6b31c382677d8.tar.bz2
mpv-44f699da0d58dc8cb55097a668d6b31c382677d8.tar.xz
DOCS/man/en/ao.rst: Document ao_wasapi0
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/ao.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/DOCS/man/en/ao.rst b/DOCS/man/en/ao.rst
index a65334e248..d0133230d8 100644
--- a/DOCS/man/en/ao.rst
+++ b/DOCS/man/en/ao.rst
@@ -169,3 +169,18 @@ Available audio output drivers are:
``port=<number>``
Set the TCP port used for connecting to the server (default: 12345).
Not used if connecting to a Unix domain socket.
+
+``wasapi0``
+ Audio output to the Windows Audio Session API.
+
+ ``device=<id>``
+ Uses the requested endpoint instead of the system's default audio
+ 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.
+ ``exclusive``
+ Requests exclusive, direct hardware access. By definition prevents
+ sound playback of any other program until mpv exits.
+ ``list``
+ Lists all audio endpoints (output devices) present in the system.