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

    Class PlaybackRateDisplay

    A control that displays the current playback rate of the player.

    <theoplayer-playback-rate-display>

    Hierarchy

    Index

    Other

    playbackRate: number

    The current playback rate.

    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