Click or drag to resize

mcCaptPreviewMode Enumeration

Type of preview modes supported by the capture interface source. mcPvwMode_Software support is required and the rest are optional.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Public Enumeration mcCaptPreviewMode
Members
  Member nameValueDescription
mcPvwMode_NotSupported0
mcPvwMode_Software1Buffered McImage
mcPvwMode_DirectDraw2Direct hardware DMA using DirectDraw
mcPvwMode_DirectBitBlt4Direct BitBlt on display using software (not buffered)
See Also