Description

This McCaptDevice instance is requesting a preview from the UI.

Syntax

Private Sub object_PerformPreview(CaptureDevice, PreviewCmd)

The PerformPreview Event syntax has these parts:

PartDescription
objectA McCapture object.
CaptureDeviceA McCaptDevice object.

the event source device.

PreviewCmdA mcCaptPreviewCmd enumeration, as described in settings.

Preview command.

Settings

The settings for PreviewCmd are:

ConstantValueDescription
 mcPreviewCmd_NoChange0
 mcPreviewCmd_Begin1
 mcPreviewCmd_End2