Loading [MathJax]/extensions/tex2jax.js

OptoEngineeringBitDepth

Description

Opto Engineering bit depth.

namespace OptoEngineeringBitDepth
{
	enum Type
	{
		Bit12,
		Bit10,
		Bit8
	};
}