diff options
author | wm4 <wm4@nowhere> | 2014-10-07 22:07:07 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-10-07 22:13:36 +0200 |
commit | 3cbd79b35b6c17ea35f23ae8820a22778e507b71 (patch) | |
tree | 6e8e9506ef64eb2a4044f4e44b5104db9572ea7f /DOCS | |
parent | 5feec17ca8ef7c0959b8a0cc17b7937c44a29378 (diff) |
command: add cache-buffering-state property
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/input.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index 89be9dcaec..301d779850 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -869,6 +869,10 @@ Property list ``paused-for-cache`` Returns ``yes`` when playback is paused because of waiting for the cache. +``cache-buffering-state`` + Return the percentage (0-100) of the cache fill status until the player + will unpause (related to ``paused-for-cache``). + ``eof-reached`` Returns ``yes`` if end of playback was reached, ``no`` otherwise. Note that this is usually interesting only if ``--keep-open`` is enabled, |