Skip to content
Constant

QUALITY_LOW

Deprecated. Use new Quality('low') instead.

Represents a low media quality.

ts
const QUALITY_LOW = new Quality('low');

See Quality.

Released under the Mozilla Public License 2.0.