DOCS/man/en/ao.rst: Document ao_wasapi0

This commit is contained in:
Diogo Franco (Kovensky) 2013-07-19 23:38:36 -03:00 committed by wm4
parent 0081f1facd
commit 44f699da0d
1 changed files with 15 additions and 0 deletions

View File

@ -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.