Skip to content
Constant

QUALITY_VERY_LOW

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

Represents a very low media quality.

ts
const QUALITY_VERY_LOW = new Quality('very-low');

See Quality.

Released under the Mozilla Public License 2.0.