ReferenceMenus
media-quality-radio-group
A menu radio group for selecting video quality
Creates radio items from the player video rendition state and selects automatic or manual quality.
Import
Anatomy
Behavior
The group is available when the configured media exposes more than one video rendition. The first generated option is Auto; selecting it returns control to adaptive bitrate selection. Pass formatRendition to customize visible rendition labels.
<media-quality-radio-group> generates <media-menu-radio-item> children. Add an optional <template> with a single <media-menu-radio-item> to customize each generated item.
Styling
Unavailable groups receive the native hidden attribute.
Accessibility
The group uses the menu radio group pattern.
The element receives an accessible label from the label property or defaults to Quality.
Examples
Basic usage
API Reference
media-quality-radio-group
Menu radio group that generates an Auto <media-menu-radio-item> plus one per video rendition, and shares the
selected label and availability with an enclosing menu. An optional <template> holding one
<media-menu-radio-item> customizes each generated item; its data-part label, tier, and badge descendants
receive the rendition's text.