_IMcCaptureEvents_EventStreamComplete Event

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
Event StreamComplete As _IMcCaptureEvents_StreamCompleteEventHandler

Value

Type: MediaCy.IQL.Capture_IMcCaptureEvents_StreamCompleteEventHandler
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