JVCL Help:TJvAVICapture.OnCapControl
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.OnCapControl Event
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
The event triggered when you want to use precise capture control.
Pascal
TOnCapControl = procedure (Sender: TJvAVICapture; nState: Integer; var Result: Boolean) ofobject;
propertyOnCapControl: TOnCapControl;
Parameters
Parameters | Description |
Result | To be set to true if capture must continue, false if it must stop. |
nState | The state in which the capture is (refer to API for details). |
Sender | The TJvAVICapture component triggering the event. |
Description
Please refer to the WIN32 API for details on using the precise capture control. Will only be triggered if ueCapControl is in UsedEvents.
See Also
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