_DMcCaptureEvents_AfterStreamEventHandler Delegate

This McCaptDevice instance is ending 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_AfterStreamEventHandler ( 
	CaptureDevice As McCaptDevice,
	CaptFrames As McCaptFrames,
	bCanceled As Boolean
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptFrames
Type: MediaCy.IQL.CaptureMcCaptFrames
bCanceled
Type: SystemBoolean
set to True if the stream operation was cancelled.
Remarks
This notification is sent just after the stream is finished.
See Also