From f1481df0b63c27f1417cddf8fb0c1bf12ff58b82 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 24 Oct 2014 15:34:53 +0200 Subject: command: add vo-configured property So a client API user can know when a window is created or destroyed. Also might be useful for the OSC: it could disable itself if video is disabled. Before this commit, there were only indirect ways of detecting this. --- DOCS/man/input.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 9dc1cf0ea6..cc2bd72403 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1372,6 +1372,11 @@ Property list Note that you need to escape the ``\`` character, because the string is processed for C escape sequences before passing it to the OSD code. +``vo-configured`` + Return whether the VO is configured right now. Usually this corresponds to + whether the video window is visible. If the ``--force-window`` option is + used, this is usually always returns ``yes``. + ``audio-device-list`` Return the list of discovered audio devices. This is mostly for use with the client API, and reflects what ``--audio-device=help`` with the command -- cgit v1.2.3