From 1d9032f011a57a31f6a8ccc40a0aba08a8e74e0d Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 5 Sep 2016 21:07:34 +0200 Subject: audio/out: deprecate "exclusive" sub-options And introduce a global option which does this. Or more precisely, this deprecates the global wasapi and coreaudio options, and adds a new one that merges their functionality. (Due to the way the sub-option deprecation mechanism works, this is simpler.) --- DOCS/man/ao.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DOCS/man/ao.rst') diff --git a/DOCS/man/ao.rst b/DOCS/man/ao.rst index e82c541024..979da9ee0e 100644 --- a/DOCS/man/ao.rst +++ b/DOCS/man/ao.rst @@ -107,10 +107,12 @@ Available audio output drivers are: utility. Note that this does not affect the selected speaker setup. ``--coreaudio-exclusive`` + Deprecated, use ``--audio-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). @@ -263,6 +265,7 @@ Available audio output drivers are: The following global options are supported by this audio output: ``--ao-wasapi-exclusive`` + Deprecated, use ``--audio-exclusive``. Requests exclusive, direct hardware access. By definition prevents sound playback of any other program until mpv exits. ``--ao-wasapi-device=`` -- cgit v1.2.3