FirePackageResolution

Description

Sets captured frame resolution.

namespace FirePackageResolution
{
	enum Type
	{
		_160x120,
		_320x240,
		_640x480,
		_800x600,
		_1024x768,
		_1280x960,
		_1600x1200
	};
}