@theoplayer/web-ui
    Preparing search index...

    Class ActiveQualityDisplay

    A control that displays the name of the active video quality.

    <theoplayer-active-quality-display>

    AttributeDescription

    lang

    The lang property of the HTMLElement interface indicates the base language of an element's attribute values and text content, in the form of a BCP 47 language tag. It reflects the element's lang attribute; the xml:lang attribute does not affect this property.

    MDN Reference

    Hierarchy

    Index

    Other

    activeVideoQuality: VideoQuality | undefined

    The currently active video quality.

    lang: string

    The lang property of the HTMLElement interface indicates the base language of an element's attribute values and text content, in the form of a BCP 47 language tag. It reflects the element's lang attribute; the xml:lang attribute does not affect this property.

    MDN Reference

    targetVideoQualities: VideoQuality[] | undefined

    The list of target video qualities.

    rendering

    • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

      Returns HTMLTemplateResult