Skip to content

TOnFrameProgress

type

TOnFrameProgress = procedure (Sender: TObject; FrameNumber: LongWord_; FrameTime: LargeInteger; FrameId: LongInt) of object;

The type of the OnFrameProgress event.

FrameId must be passed to GetFrameInfo to retrieve information about the current frame.

Look at the MainDemo project for sample code.