JVCL Help:TJvUsedEvents

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The events to trigger if they occur.

run\JvAVICapture.pas


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

run\JvAVICapture.pas


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