_DMcCaptureEvents_FrameSyncEventHandler Delegate

This McCaptDevice instance is signalling a frame syncronization.

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

Parameters

CaptureDevice
Type: MediaCy.IQL.CaptureMcCaptDevice
the event source device.
EventTime
Type: SystemDateTime
the time when the event occurred.
Remarks
This notification is sent when a frame syncronization is signalled from the capture device hardware.
See Also