summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-08-28 17:48:31 +0200
committerwm4 <wm4@nowhere>2014-08-28 17:49:10 +0200
commite47a9bd721d6a6fcc06143aee5432d2a44866efb (patch)
tree5797395da8bf18ecb0f8d15e1251c4d5be012627 /DOCS
parentfb1266c98b409e0ff9a2c6bb2422879132b3922d (diff)
downloadmpv-e47a9bd721d6a6fcc06143aee5432d2a44866efb.tar.bz2
mpv-e47a9bd721d6a6fcc06143aee5432d2a44866efb.tar.xz
command: export demuxer cache info properties
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index b66326c56b..cde7cd3d23 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -834,6 +834,15 @@ Property list
Returns ``yes`` if the cache is idle, which means the cache is filled as
much as possible, and is currently not reading more data.
+``demuxer-cache-duration``
+ Approximate duration of video buffered in the demuxer, in seconds. The
+ guess is very unreliable, and often the property will not be available
+ at all, even if data is buffered.
+
+``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.
+
``paused-for-cache``
Returns ``yes`` when playback is paused because of waiting for the cache.