JVCL Help:TJvAVICapture.OnVideoStream

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvAVICapture.UsedEvents


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