THEOplayer Web SDK
    Preparing search index...

    Interface DurationChangeEvent

    Fired when ChromelessPlayer.duration changes.

    interface DurationChangeEvent {
        date: Date;
        duration: number;
        type: "durationchange";
    }

    Hierarchy (View Summary)

    • Event<"durationchange">
      • DurationChangeEvent
    Index

    Properties

    Properties

    date: Date

    The creation date of the event.

    duration: number

    The player's new duration.

    type: "durationchange"

    The type of the event.