summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-10-21 21:13:53 +0200
committerwm4 <wm4@nowhere>2017-10-21 21:13:53 +0200
commit60df01512cf88d51b6334c95dab72de734f136fd (patch)
treeb3fffa31fad74494d49d2fd33284e9ae3af75fd1 /DOCS/man/input.rst
parent633077814ed32a6dd5d09be79688df0e1062b91b (diff)
downloadmpv-60df01512cf88d51b6334c95dab72de734f136fd.tar.bz2
mpv-60df01512cf88d51b6334c95dab72de734f136fd.tar.xz
command: read the diff if you want to know
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst16
1 files changed, 16 insertions, 0 deletions
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