_DMcCaptureEvents_StreamFrameEventHandler Delegate

The McCaptDevice instance is finished with single frame snapped during a stream of snaps.

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

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptFrame
Type: MediaCy.IQL.CaptureMcCaptFrame
Remarks
This notification is sent every time a single frame in a stream is complete.
See Also