THEOplayer Web SDK
    Preparing search index...

    Interface SeekingEvent

    Fired when ChromelessPlayer.seeking changes to true, and the player has started seeking to a new position.

    interface SeekingEvent {
        currentTime: number;
        date: Date;
        type: "seeking";
    }

    Hierarchy (View Summary)

    • Event<"seeking">
      • SeekingEvent
    Index

    Properties

    Properties

    currentTime: number

    The player's current time.

    date: Date

    The creation date of the event.

    type: "seeking"

    The type of the event.