mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
command: deprecate the "length" property
It collides with the --length option.
This commit is contained in:
@@ -842,11 +842,14 @@ Property list
|
||||
``stream-end``
|
||||
Raw end position in bytes in source stream.
|
||||
|
||||
``length``
|
||||
Length of the current file in seconds. If the length is unknown, the
|
||||
``duration``
|
||||
Duration of the current file in seconds. If the duration is unknown, the
|
||||
property is unavailable. Note that the file duration is not always exactly
|
||||
known, so this is an estimate.
|
||||
|
||||
This replaces the ``length`` property, which was deprecated after the
|
||||
mpv 0.9 release. (The semantics are the same.)
|
||||
|
||||
``avsync``
|
||||
Last A/V synchronization difference. Unavailable if audio or video is
|
||||
disabled.
|
||||
|
||||
Reference in New Issue
Block a user