_IMcCaptureEvents_StreamCompleteEventHandler Delegate

This McCaptDevice instance has completed a stream of frames.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptureEvents_StreamCompleteEventHandler ( 
	CaptureDevice As McCaptDevice,
	CaptFrames As McCaptFrames
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
CaptFrames
Type: MediaCy.IQL.CaptureMcCaptFrames
Remarks
This notification is sent when the entire stream is complete. It is used to indicate that a new stream is finished and ready.
See Also