mirror of https://github.com/mpv-player/mpv
DOCS/input: clarify the difference between audio-pts and time-pos
In light of the changes in the recent commits.
This commit is contained in:
parent
5988473b76
commit
42181a8769
|
@ -2110,9 +2110,10 @@ Property list
|
||||||
|
|
||||||
``audio-pts``
|
``audio-pts``
|
||||||
Current audio playback position in current file in seconds. Unlike time-pos,
|
Current audio playback position in current file in seconds. Unlike time-pos,
|
||||||
this updates more often than once per frame. For audio-only files, it is
|
this updates more often than once per frame. This is mostly equivalent to
|
||||||
mostly equivalent to time-pos, while for video-only files this property is
|
time-pos for audio-only files however it also takes into account the audio
|
||||||
not available.
|
driver delay. This can lead to negative values in certain cases, so in
|
||||||
|
general you probably want to simply use time-pos.
|
||||||
|
|
||||||
This has a sub-property:
|
This has a sub-property:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue