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