Click or drag to resize

IMcCaptDevice2StreamToDiskControl Method

Send a streaming to disk control operation to the source device.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Function StreamToDiskControl ( 
	Message As mcCaptureStreamToDiskMessage,
	vParam1 As Object,
	vParam2 As Object,
	vParam3 As Object,
	<OutAttribute> ByRef vOutParam As Object
) As mcCaptureErrorCodes

Parameters

Message
Type: MediaCy.IQL.CapturemcCaptureStreamToDiskMessage
Control message to send to source device
vParam1
Type: SystemObject
Parameter which depends on control message
vParam2
Type: SystemObject
Parameter which depends on control message
vParam3
Type: SystemObject
Parameter which depends on control message
vOutParam
Type: SystemObject
Parameter which depends on control message

Return Value

Type: mcCaptureErrorCodes
Remarks
Calling this method sends a streaming to disk control message to the source device.
See Also