Click or drag to resize

IMcCaptDevice2PreviewMode Property

Gets or sets the current preview mode on this capture device.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property PreviewMode As mcCaptPreviewMode
	Get
	Set

Property Value

Type: mcCaptPreviewMode

Implements

IMcCaptDevicePreviewMode
Remarks
Gets or sets the preview mode of this capture device. Can be one of the following constants. mcPvwMode_NotSupported = 0 Not supported mcPvwMode_Software = 1 Software preview (slowest) (required) mcPvwMode_DirectDraw = 2 Direct drawing on display surface (fastest) mcPvwMode_DirectBitBlt = 4 Uses Windows drawing functions directly on surface
See Also