This version of Unity is unsupported.

VideoPlayer.FrameReadyEventHandler

Declaration

public delegate void FrameReadyEventHandler(Video.VideoPlayer source, long frameIdx);

Parameters

source The VideoPlayer that is emitting the event.
frameNum The current frame of the VideoPlayer.

Description

Delegate type for VideoPlayer events that carry a frame number.