OptoEngineeringBitDepth

Description

Opto Engineering bit depth.

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