_IMcCaptureEvents_Event Interface

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Interface _IMcCaptureEvents_Event

The _IMcCaptureEvents_Event type exposes the following members.

Events
  NameDescription
Public eventAfterAcquire
This McCaptDevice instance is ending an acquisition.
Public eventAfterAttributeClose
This McCaptDevice instance is ending destruction of an attribute.
Public eventAfterAttributeNew
This McCaptDevice instance is ending creation of a new attribute.
Public eventAfterCaptFrameClose
This McCaptDevice instance is ending destruction of a CaptFrame.
Public eventAfterCaptFrameNew
This McCaptDevice instance is ending creation of a new CaptFrame.
Public eventAfterClose
This McCaptDevice instance is in the process of being closed.
Public eventAfterExposure
This McCaptDevice instance is ending the exposure phase of a snap.
Public eventAfterOpen
This McCaptDevice instance is in the process of being opened.
Public eventAfterPreview
This McCaptDevice instance is ending a live preview.
Public eventAfterSettingClose
This McCaptDevice instance is ending destruction of a setting.
Public eventAfterSettingsLoad
This McCaptDevice instance is ending a settings load operation.
Public eventAfterSettingsSave
This McCaptDevice instance is ending a settings persist operation.
Public eventAfterSnap
This McCaptDevice instance is ending a snap of a single frame.
Public eventAfterStream
This McCaptDevice instance is ending a stream of snaps.
Public eventAttributeChanged
This McCaptDevice instance has changed an attribute property.
Public eventBeforeAcquire
This McCaptDevice instance is starting an acquisition.
Public eventBeforeAttributeClose
This McCaptDevice instance is starting destruction of an attribute.
Public eventBeforeAttributeNew
This McCaptDevice instance is starting creation of a new attribute.
Public eventBeforeCaptFrameClose
This McCaptDevice instance is starting destruction of a CaptFrame.
Public eventBeforeCaptFrameNew
This McCaptDevice instance is starting creation of a new CaptFrame.
Public eventBeforeClose
This McCaptDevice instance is in the process of being closed.
Public eventBeforeExposure
This McCaptDevice instance is starting the exposure phase of a snap.
Public eventBeforeOpen
This McCaptDevice instance is in the process of being opened.
Public eventBeforePreview
This McCaptDevice instance is starting a live preview.
Public eventBeforeSettingClose
This McCaptDevice instance is starting destruction of a setting.
Public eventBeforeSettingsLoad
This McCaptDevice instance is starting a settings load operation.
Public eventBeforeSettingsSave
This McCaptDevice instance is starting a settings persist operation.
Public eventBeforeSnap
This McCaptDevice instance is starting a snap of a single frame.
Public eventBeforeStream
This McCaptDevice instance is starting a stream of snaps.
Public eventCaptFrameChanged
This McCaptDevice instance has changed a CaptFrame property.
Public eventCaptFramesChanged
This McCaptDevice instance has changed a CaptFrames property.
Public eventFrameSync
This event signals a frame syncronization.
Public eventPerformAutoSet
This McCaptDevice instance is requesting an AutoSet operation from the UI.
Public eventPerformPreview
This McCaptDevice instance is requesting a preview from the UI.
Public eventPerformSnap
This McCaptDevice instance is requesting a snap of a single frame from the UI.
Public eventPreviewFrame
This McCaptDevice instance has updated a live preview frame.
Public eventReadout
This McCaptDevice instance is ending the readout phase of a snap.
Public eventSettingChanged
This McCaptDevice instance has changed a setting.
Public eventSnapComplete
This McCaptDevice instance has completed a snap of a single frame.
Public eventStreamComplete
This McCaptDevice instance has completed a stream of frames.
Public eventStreamFrame
The McCaptDevice instance is finished with single frame snapped during a stream of snaps.
Top
See Also