Amazon Vinyl
    Preparing search index...

    Interface BufferingControllerEventMap

    Index
    bufferingEnded: AnyRecord

    The last segment has finished appending.

    bufferingQualityChange: ChangeEvent<MediaQualityMetadata | null>

    Dispatched when the currently buffering quality changes. This is dispatched before the segment is appended.

    codecUnsupported: CodecUnsupportedEvent

    A codec the browser reported as supported failed to decode on append and has been denylisted. Dispatched instead of error so the media can be reloaded and fall back to a codec that decodes.

    Dispatched when an error of severity warning or fatal occurred while buffering.

    playbackQualityChange: ChangeEvent<MediaQualityMetadata | null>

    Dispatched when the currently playing media encoding has changed.