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
SyntaxPublic Enumeration mcCaptPreviewMode
Members
| Member name | Value | Description |
---|
| mcPvwMode_NotSupported | 0 | |
| mcPvwMode_Software | 1 | Buffered McImage |
| mcPvwMode_DirectDraw | 2 | Direct hardware DMA using DirectDraw |
| mcPvwMode_DirectBitBlt | 4 | Direct BitBlt on display using software (not buffered) |
See Also