From 60df01512cf88d51b6334c95dab72de734f136fd Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 21 Oct 2017 21:13:53 +0200 Subject: command: read the diff if you want to know --- DOCS/man/input.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'DOCS/man/input.rst') diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 39a50e52e0..2f0cd74c94 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -1258,6 +1258,22 @@ Property list Returns ``yes`` if the demuxer is idle, which means the demuxer cache is filled to the requested amount, and is currently not reading more data. +``demuxer-cache-state`` + Various undocumented things. Some fields are documented: + + ``demuxer-cache-state/seekable-start``, ``demuxer-cache-state/seekable-end`` + Seekable range within demuxer cache. Unavailable if not possible. + + When querying the property with the client API using ``MPV_FORMAT_NODE``, + or with Lua ``mp.get_property_native``, this will return a mpv_node with + the following contents: + + :: + + MPV_FORMAT_NODE_ARRAY + "seekable-start" MPV_FORMAT_DOUBLE + "seekable-end" MPV_FORMAT_DOUBLE + ``demuxer-via-network`` Returns ``yes`` if the stream demuxed via the main demuxer is most likely played via network. What constitutes "network" is not always clear, might -- cgit v1.2.3