// ************************************************************************************************
// *** Constructs a Quality object that represents a media quality
// ************************************************************************************************

function Quality() {
	this.low = 0;
	this.high = 1;
}