Table of Contents

TTMSFNCWXAudioPlayer.OnAudioInitialized Event

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

API unit family: TMSFNCWXAudioPlayer Declaring type: TTMSFNCWXAudioPlayer Inherited from: TTMSFNCWXCustomAudioPlayer Type: TNotifyEvent

Syntax

property OnAudioInitialized: TNotifyEvent;

Remarks

Wire this event to perform setup that depends on the audio element being available, such as starting playback or applying an initial volume. The Sender parameter is the audio player that raised the event.