diff options
author | wm4 <wm4@nowhere> | 2014-02-28 20:57:54 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2014-02-28 20:57:54 +0100 |
commit | 3020490ab1704ef876662d7d28aa71c26da30a62 (patch) | |
tree | eb978eb38eb44598cdfaa50b773de4b11f749be5 /DOCS | |
parent | 70b6c163ff5077910670475f7e25842db84308cd (diff) | |
download | mpv-3020490ab1704ef876662d7d28aa71c26da30a62.tar.bz2 mpv-3020490ab1704ef876662d7d28aa71c26da30a62.tar.xz |
manpage: document properties added in previous commit
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/input.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/input.rst b/DOCS/man/en/input.rst index 320e9cfd48..8efa2ecedf 100644 --- a/DOCS/man/en/input.rst +++ b/DOCS/man/en/input.rst @@ -598,6 +598,10 @@ an option at runtime. ``time-pos`` (RW) Position in current file in seconds. +``time-start`` + Return the start time of the file. (Usually 0, but some kind of files, + especially transport streams, can have a different start time.) + ``time-remaining`` Remaining length of the file in seconds. Note that the file duration is not always exactly known, so this is an estimate. @@ -1008,6 +1012,9 @@ an option at runtime. ``vf`` (RW) See ``--vf`` and the ``vf`` command. +``seekable`` + Return whether it's generally possible to seek in the current file. + ``options/<name>`` (RW) Read-only access to value of option ``--<name>``. Most options can be changed at runtime by writing to this property. Note that many options |