DOCS/man/en/ao.rst: Update wasapi:device=<id> documentation

This commit is contained in:
Diogo Franco (Kovensky) 2013-07-21 16:53:39 -03:00 committed by wm4
parent 58e3d3f207
commit bcb398ddb4
1 changed files with 6 additions and 1 deletions

View File

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