summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-07 16:15:55 +0100
committerwm4 <wm4@nowhere>2020-02-07 16:15:55 +0100
commit11d223228cbaa22cbd42f2e8e2b7f5b6c12989a9 (patch)
treea1f8cdaaec60e9b103d5b08d1399770696eda9d3 /DOCS/man
parent27d5d3202081ec8e328a928c117a43e3337aff83 (diff)
downloadmpv-11d223228cbaa22cbd42f2e8e2b7f5b6c12989a9.tar.bz2
mpv-11d223228cbaa22cbd42f2e8e2b7f5b6c12989a9.tar.xz
command: add cache-duration to cache state property
Convenience; see following commit.
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/input.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 75709d1adf..488420cd10 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1800,6 +1800,8 @@ Property list
includes all overhead, and possibly unused data (like pruned data). This
member is missing if the file cache is not active.
+ ``cache-duration`` is ``demuxer-cache-duration``. Missing if unavailable.
+
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:
@@ -1815,6 +1817,7 @@ Property list
"eof-cached" MPV_FORMAT_FLAG
"fw-bytes" MPV_FORMAT_INT64
"file-cache-bytes" MPV_FORMAT_INT64
+ "cache-duration" MPV_FORMAT_DOUBLE
Other fields (might be changed or removed in the future):