<< Click to display table of contents >> TRVCamera.OnEndVideoFile, OnEndVideoStream |
The events occur when a video is stopped.
property OnEndVideoStream: TRVCamDoneEvent;
property OnEndVideoFile: TRVCamDoneEvent;
OnEndVideoStream occurs when the component stops playing a video from the current video source.
OnEndVideoFile occurs when the component stops playing a video started by PlayVideoFile.
Note: playing video from a file using DeviceType =rvdtFile calls OnEndVideoStream, not OnEndVideoFile.
See also