THEOplayer Web SDK
    Preparing search index...

    Interface AdBufferingEvent

    Fired when the ad has stalled playback to buffer.

    interface AdBufferingEvent {
        ad: GoogleImaAd;
        date: Date;
        type: "adbuffering";
    }

    Hierarchy (View Summary)

    • AdEvent<"adbuffering">
      • AdBufferingEvent
    Index

    Properties

    Properties

    The ad which is buffered.

    date: Date

    The creation date of the event.

    type: "adbuffering"

    The type of the event.