_IMcCaptureEvents_AfterCaptFrameNewEventHandler Delegate

This McCaptDevice instance is ending creation of a new CaptFrame.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptureEvents_AfterCaptFrameNewEventHandler ( 
	CaptureDevice As McCaptDevice,
	CaptFrame As McCaptFrame
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptFrame
Type: MediaCy.IQL.CaptureMcCaptFrame
the capture frame that was created.
Remarks
This notification is sent just after a CaptFrame is created.
See Also