JVCL Help:TJvAVICapture.OnVideoStream
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.OnVideoStream Event
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
The event triggered when a frame is ready, in a streaming capture session.
Pascal
TOnVideoStream = procedure (Sender: TJvAVICapture; videoHdr: PJvVideoHdr) ofobject;
propertyOnVideoStream: TOnVideoStream;
Parameters
Parameters | Description |
videoHdr | A PJvVideoHdr structure containing informations about the frame. |
Sender | The TJvAVICapture component triggering the event. |
Description
This event is triggered just before the frame is written to disk. So if you make any changes to the frame in this event, they will be written to disk. This event will only be triggered if ueVideoStream 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