From dbeb1053962e2eb35d380e6b6a5bc7a3c3d60d76 Mon Sep 17 00:00:00 2001 From: xylosper Date: Tue, 21 Apr 2015 06:47:13 +0900 Subject: 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 --- DOCS/man/input.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'DOCS') 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. -- cgit v1.2.3