Icon OnPlaying Event

property OnPlaying: TNotifyEvent

Available In: Visual Client Applications

This event is triggered whenever media playback has actually started.

Information This event is slightly different from the OnPlay event, which only indicates that the user or application requested playback to start/resume. This event may be triggered multiple times during playback, especially if playback needs to stop in order to allow more media data to be loaded, which can be the case with slower network connections.
Image