Click or drag to resize

IMcCaptDevice2EndStream Method

Ends a muliple-frame streaming operation on the capture device.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function EndStream ( 
	CaptFrames As McCaptFrames,
	vbCancel As Boolean,
	<OutAttribute> ByRef vbComplete As Boolean,
	<OutAttribute> ByRef Image As McImage
) As mcCaptureErrorCodes

Parameters

CaptFrames
Type: MediaCy.IQL.CaptureMcCaptFrames
Capture frames collection used for this streaming operation
vbCancel
Type: SystemBoolean
Set to true to cancel the stream in progress
vbComplete
Type: SystemBoolean
Returns true if the stream in progress is finished
Image
Type: MediaCy.IQL.EngineMcImage

Return Value

Type: mcCaptureErrorCodes
Remarks
Call this method to poll for stream completion after BeginStream is called or to cancel a streaming operation in progress. If the streaming operation is finished, returns the image containing the multiple-frame image data.
See Also