summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 2b3e2a3795..75cb9526c6 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1285,6 +1285,27 @@ Property list
"start" MPV_FORMAT_DOUBLE
"end" MPV_FORMAT_DOUBLE
+ Other fields (might be changed or removed in the future):
+
+ ``eof``
+ True if the reader thread has hit the end of the file.
+
+ ``underrun``
+ True if the reader thread could not satisfy a decoder's request for a
+ new packet.
+
+ ``idle``
+ True if the thread is currently not reading.
+
+ ``total-bytes``
+ Sum of packet bytes (plus some overhead estimation) of the entire packet
+ queue, including cached seekable ranges.
+
+ ``fw-bytes``
+ Sum of packet bytes (plus some overhead estimation) of the readahead
+ packet queue (packets between current decoder reader positions and
+ demuxer position).
+
``demuxer-via-network``
Returns ``yes`` if the stream demuxed via the main demuxer is most likely
played via network. What constitutes "network" is not always clear, might