Function QualityRadioGroup
QualityRadioGroup( props: Omit< HTMLAttributes<QualityRadioGroup>, | "onChange" | "error" | "fullscreen" | "theoplayerUiObservedProperties" | "player" | "deviceType" | "streamType" | "playbackRate" | "activeVideoQuality" | "targetVideoQualities" | "previewTime" | "connectedCallback" | "disconnectedCallback", > & EventListeners<{ onChange: "change" }> & Partial< Omit<QualityRadioGroup, keyof HTMLElement>, > & RefAttributes<QualityRadioGroup>,): ReactNode Parameters
- props: Omit<
HTMLAttributes<QualityRadioGroup>,
| "onChange"
| "error"
| "fullscreen"
| "theoplayerUiObservedProperties"
| "player"
| "deviceType"
| "streamType"
| "playbackRate"
| "activeVideoQuality"
| "targetVideoQualities"
| "previewTime"
| "connectedCallback"
| "disconnectedCallback",
> & EventListeners<{ onChange: "change" }> & Partial<
Omit<QualityRadioGroup, keyof HTMLElement>,
> & RefAttributes<QualityRadioGroup>
Returns ReactNode
See QualityRadioGroup in @theoplayer/web-ui.