Click or drag to resize

IMcCaptFrameBits Property

Gets or sets the image bits per channel of the capture frame.

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

Property Value

Type: mcBitsPerChannel
Remarks
Bits is the image bits per channel of the capture frame. It is one the mcBitsPerChannel enumerated constants: mcbpc8Bits = 8 8 bits per channel mcbpc12Bits = 12 12 bits per channel mcbpc16Bits = 16 16 bits per channel mcbpc32Bits = 32 32 bits per channel mcbpc64Bits = 64 64 bits per channel
See Also