<< Click to display table of contents >> TRVCamera.OnStartVideoFile, OnStartVideoStream |
The events occur when a video starts playing (usually, when the first video frame is received).
property OnStartVideoStream: TNotifyEvent;
property OnStartVideoFile: TNotifyEvent;
OnStartVideoStream occurs when the component starts playing a video from a camera.
OnStartVideoFile occurs when the component starts playing a video from a file in PlayVideoFile method.
Note: playing video from a file using DeviceType =rvdtFile calls OnStartVideoStream, not OnStartVideoFile.
See also
•PlayVideoStream, PlayVideoFile