_IMcCaptureEvents_BeforeAcquireEventHandler Delegate

This McCaptDevice instance is starting an acquisition.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Delegate Sub _IMcCaptureEvents_BeforeAcquireEventHandler ( 
	CaptureDevice As McCaptDevice
)

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
Remarks
This notification is sent just before the acquisition is started.
See Also