requestVideoFrameCallback()
The requestVideoFrameCallback()
method for <video>
schedules a function that runs with the next video frame. It is similar to requestAnimationFrame()
, but for video.
Safari Browser
iOS
15.4
The requestVideoFrameCallback()
method for <video>
schedules a function that runs with the next video frame. It is similar to requestAnimationFrame()
, but for video.