Click or drag to resize

IMcCaptDevice2BeginStreamToDisk Method

Start a streaming to disk operation in the source device.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function BeginStreamToDisk ( 
	<OptionalAttribute> PreviewImage As Object
) As mcCaptureErrorCodes

Parameters

PreviewImage (Optional)
Type: SystemObject
Preview image to show stream to disk to the user

Return Value

Type: mcCaptureErrorCodes
Remarks
Calling this method tells the source device to start a streaming to disk operation.
See Also