From dced2aa81b5b44e9952c7be8834da441f58187e8 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 27 Oct 2014 12:16:32 +0100 Subject: command: add audio-device property Meant for changing the --audio-device at runtime. --- DOCS/man/input.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index dca64657fe..b335339590 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1395,6 +1395,19 @@ Property list human readable free form text. The description is an empty string if none was received. +``audio-device`` (RW) + Set the audio device. This directly reads/writes the ``--audio-device`` + option, but on write accesses, the audio output will be scheduled for + reloading. + + Writing this property while no audio output is active will not automatically + enable audio. (This is also true in the case when audio was disabled due to + reinitialization failure after a previous write access to ``audio-device``.) + + This property also doesn't tell you which audio device is actually in use. + + How these details are handled may change in the future. + ``options/`` (RW) Read-only access to value of option ``--``. Most options can be changed at runtime by writing to this property. Note that many options -- cgit v1.2.3