diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/input.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst index dd20d825fc..c33537c115 100644 --- a/DOCS/man/input.rst +++ b/DOCS/man/input.rst @@ -830,6 +830,12 @@ Property list or enter idle mode), and in these cases the ``eof-reached`` property will logically be cleared immediately after it's set. +``seeking`` + Returns ``yes`` if the player is currently seeking, or otherwise trying + to restart playback. (It's possible that it returns ``yes`` while a file + is loaded, or when switching ordered chapter segments. This is because + the same underlying code is used for seeking and resyncing.) + ``pts-association-mode`` (RW) See ``--pts-association-mode``. |