From 750de181d7ef163090b46d4ee0abb1db90e2e391 Mon Sep 17 00:00:00 2001 From: David Weber Date: Sat, 12 Apr 2014 20:26:28 +0200 Subject: command: add paused-for-cache, total-avsync-change, drop-frame-count properties This is needed if you want to reimplement the status line in lua I could only test drop-frame-count because I didn't find an easy way to trigger paused-for-cache and total-avsync-change Signed-off-by: wm4 --- DOCS/man/en/input.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 2672d3c6af..f6a0f04833 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -602,6 +602,14 @@ Property list Last A/V synchronization difference. Unavailable if audio or video is disabled. +``total-avsync-change`` + Total A-V sync correction done. Unavailable if audio or video is + disabled. + +``drop-frame-count`` + Frames dropped because they arrived to late. Unavailable if video + is disabled + ``percent-pos`` (RW) Position in current file (0-100). The advantage over using this instead of calculating it out of other properties is that it properly falls back to @@ -750,6 +758,9 @@ Property list Don't use this when playing DVD or Bluray. +``paused-for-cache`` + Returns ``yes`` when playback is paused because of waiting for the cache. + ``pts-association-mode`` (RW) See ``--pts-association-mode``. -- cgit v1.2.3