mirror of https://github.com/mpv-player/mpv
DOCS/man/en/ao.rst: Update wasapi:device=<id> documentation
This commit is contained in:
parent
58e3d3f207
commit
bcb398ddb4
|
@ -178,7 +178,12 @@ Available audio output drivers are:
|
||||||
endpoint. Both the number and the ID String are valid; the ID String
|
endpoint. Both the number and the ID String are valid; the ID String
|
||||||
is guaranteed to not change unless the driver is uninstalled.
|
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``
|
``exclusive``
|
||||||
Requests exclusive, direct hardware access. By definition prevents
|
Requests exclusive, direct hardware access. By definition prevents
|
||||||
sound playback of any other program until mpv exits.
|
sound playback of any other program until mpv exits.
|
||||||
|
|
Loading…
Reference in New Issue