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/options.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'DOCS/man/options.rst') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 5d361d10b3..062dc307c0 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -1008,6 +1008,15 @@ Audio manually. For example ``name/foobar`` forces the AO ``name`` to use the device ``foobar``. +``--audio-exclusive=`` + Enable exclusive output mode. In this mode, the system is usually locked + out, and only mpv will be able to output audio. + + This only works for some audio outputs, such as ``wasapi`` and + ``coreaudio``. Other audio outputs silently ignore this options. They either + have no concept of exclusive mode, or the mpv side of the implementation is + missing. + ``--audio-fallback-to-null=`` If no audio device can be opened, behave as if ``--ao=null`` was given. This is useful in combination with ``--audio-device``: instead of causing an -- cgit v1.2.3