VideoEncoder

Description

Supported video encoders. Note that those encoders are not shipped with the software.

Values of this enumeration:


namespace VideoEncoder
{
	enum Type
	{
		Cinepak,
		FFDShow,
		Xvid
	};
}