JVCL Help:TJvUsedEvents
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvUsedEvents type
[+] JvAVICapture.pas Types
Search in JVCL Help
Search in all projectsSummary
The events to trigger if they occur.
Pascal
run\JvAVICapture.pas
TJvUsedEvents = setof (ueCapControl, ueError, ueFrame, ueStatus, ueVideoStream, ueWaveStream, ueYield);
Description
You can decide to activate some events at some times. If you don't they won't be triggered even if their associated handler exists. The set is made of these possible values:
Value | Meaning |
ueCapControl | the OnCapControl event will be triggered |
ueError | the OnError event will be triggered |
ueFrame | the OnFrame event will be triggered |
ueStatus | the OnStatus event will be triggered |
ueVideoStream | the OnVideoStream event will be triggered |
ueWaveStream | the OnWaveStream event will be triggered |
ueYield | the OnYield event will be triggered |
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page