THEOplayer Web SDK
    Preparing search index...

    Interface UpdateQualityEvent

    Fired when the quality updates.

    interface UpdateQualityEvent {
        date: Date;
        quality: Quality;
        type: "update";
    }

    Hierarchy (View Summary)

    • Event<"update">
      • UpdateQualityEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    quality: Quality

    The quality which has been updated.

    type: "update"

    The type of the event.