The VideoQualitySelect
and VideoQualitySelectItem
components allow viewers to select the desired video quality during media playback.
VideoQualitySelect
components extend from
@radix-ui/react-select
,
and inherits all of the documentation for those components.localStorage
by default (with storage overrides customizable in
Root
)VideoQualitySelect
VideoQualitySelectItem
value
VideoQuality
enum value representing the video quality that the item
corresponds to. This must be provided to ensure correct selection behavior.
This can be of the type:
"auto" | "1080p" | "720p" | "480p" | "360p" | "240p" | "144p"
VideoQualitySelect
data-livepeer-quality-select
data-video-quality
VideoQualitySelectItem
.
This can be of the type:
"auto" | "1080p" | "720p" | "480p" | "360p" | "240p" | "144p"
VideoQualitySelectItem
data-livepeer-quality-select-item