Table of Contents

TTMSFNCWXVideoPlayer.OnVideoInitialized Event

Occurs after the underlying video element has been created and initialized and is ready to accept playback commands.

API unit family: TMSFNCWXVideoPlayer Declaring type: TTMSFNCWXVideoPlayer Inherited from: TTMSFNCWXCustomVideoPlayer Type: TNotifyEvent

Syntax

property OnVideoInitialized: TNotifyEvent;

Remarks

Use this event to apply settings that require the video element to exist, such as starting playback or seeking.

Parameters

Name Description
Sender The video player that raised the event.