WICG / video-rvfc

video.requestVideoFrameCallback() incubation
https://wicg.github.io/video-rvfc/
Other
54 stars 19 forks source link

What is the unit of presentationTimestamp? #11

Closed foolip closed 4 years ago

foolip commented 4 years ago

https://wicg.github.io/video-raf/#dom-videoframemetadata-presentationtimestamp%E2%91%A0 is defined as "The presentation timestamp in seconds of the frame presented."

Does this mean it should be on the same timeline as video.currentTime?

tguilbert-google commented 4 years ago

Yes it does. TY!