new QualityLevel()
A single QualityLevel.
interface QualityLevel { readonly attribute DOMString id; attribute DOMString label; readonly attribute long width; readonly attribute long height; readonly attribute long bitrate; attribute boolean enabled; };
- Source: