VideoPlayer.frameReady question

Does this callback called when new frame was rendered, or does it only says that the new frame is ready for rendering, but previous frame is still visible for player?
I need to stick for each particular frame, but I guess VideoPlayer.frame would lose some frames inside Update() function, especially on 60 fps videos.

Did you ever get an answer on this? I have the same question