summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorxylosper <darklin20@gmail.com>2015-04-21 06:47:13 +0900
committerwm4 <wm4@nowhere>2015-04-21 13:53:25 +0200
commitdbeb1053962e2eb35d380e6b6a5bc7a3c3d60d76 (patch)
tree95c8c4d276104d57be7befeb18a50be305d048d0 /DOCS
parent445527d45cc2dbf274da8f14bb61dbf8c1f64a13 (diff)
downloadmpv-dbeb1053962e2eb35d380e6b6a5bc7a3c3d60d76.tar.bz2
mpv-dbeb1053962e2eb35d380e6b6a5bc7a3c3d60d76.tar.xz
command: demuxer-cache-time property
Approximate time of video buffered in the demuxer, in seconds. Same as `demuxer-cache-duration` but returns the last timestamp of bufferred data in demuxer. Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index e1c3a58421..2d297c0371 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1090,6 +1090,11 @@ Property list
guess is very unreliable, and often the property will not be available
at all, even if data is buffered.
+``demuxer-cache-time``
+ Approximate time of video buffered in the demuxer, in seconds. Same as
+ ``demuxer-cache-duration`` but returns the last timestamp of bufferred
+ data in demuxer.
+
``demuxer-cache-idle``
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.