IMcCaptDevice2SupportedPreviewModes Property
|
|
Gets the supported preview modes on this capture device.
Namespace:
MediaCy.IQL.Capture
Assembly:
MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
RemarksReturns a set of bit flags indicating supported preview modes of this capture device.
The preview mode mcPvwMode_Software is required to be supported by the device.
The preview mode can be set using the PreviewMode property.
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