Click or drag to resize

_IMcCaptureManagerEvents_CaptureProgressEventHandler Delegate

Namespace:  MediaCy.IQL.Capture.Manager
Assembly:  MediaCy.IQL.Capture.Manager (in MediaCy.IQL.Capture.Manager.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptureManagerEvents_CaptureProgressEventHandler ( 
	CaptDevice As IMcCaptureManagerDevice,
	Progress As mcCaptureProgress,
	TimeValue As Double,
	FrameValue As Integer,
	Param As Object
)

Parameters

CaptDevice
Type: MediaCy.IQL.Capture.ManagerIMcCaptureManagerDevice
Progress
Type: MediaCy.IQL.Capture.ManagermcCaptureProgress
TimeValue
Type: SystemDouble
FrameValue
Type: SystemInt32
Param
Type: SystemObject
See Also