TRVCamera.OnVideoStart

<< Click to display table of contents >>

TRVCamera.OnVideoStart

The event occurs when a video starts

property OnVideoStart: TNotifyEvent;

This event occurs when the component initializes playing a video (from a camera or a file). It occurs before receiving the first video frame, so this event does not guarantee that this video will actually start playing.

See also

OnStartVideoFile and OnStartVideoStream