summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ao.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-07-03 19:21:22 +0200
committerwm4 <wm4@nowhere>2015-07-03 19:28:00 +0200
commit514af9fbd1e27b3cfd27598cc85c29d8159b89a0 (patch)
treeeba62d57836aa4648b0f3a392492fbd0a5974afb /DOCS/man/ao.rst
parente9e323f35da7247d8a36f3d2a33a76f8bc98fde0 (diff)
downloadmpv-514af9fbd1e27b3cfd27598cc85c29d8159b89a0.tar.bz2
mpv-514af9fbd1e27b3cfd27598cc85c29d8159b89a0.tar.xz
ao_coreaudio: add exclusive suboption
Diffstat (limited to 'DOCS/man/ao.rst')
-rw-r--r--DOCS/man/ao.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst
index 0beee3b06f..b3984e4450 100644
--- a/DOCS/man/ao.rst
+++ b/DOCS/man/ao.rst
@@ -170,6 +170,11 @@ Available audio output drivers are:
setting in the ``Audio Devices`` dialog in the ``Audio MIDI Setup``
utility. Note that this does not effect the selected speaker setup.
+ ``exclusive``
+ Use exclusive mode access. This merely redirects to
+ ``coreaudio_exclusive``, but should be preferred over using that AO
+ directly.
+
``coreaudio_exclusive`` (Mac OS X only)
Native Mac OS X audio output driver using direct device access and
exclusive mode (bypasses the sound server).