OptiView Ads SDK
    Preparing search index...

    Interface AdTimeupdateEvent

    Emitted on each timeupdate tick during ad playback.

    interface AdTimeupdateEvent {
        asset: Asset;
        break: Break;
        currentTime: number;
        duration: number;
        format?: BreakFormat;
        timestamp: number;
        type: "adtimeupdate";
    }

    Hierarchy (View Summary)

    Index
    asset: Asset
    break: Break
    currentTime: number

    Current playback position within the ad asset, in seconds.

    duration: number

    Total duration of the ad asset in seconds. May be Infinity for live/unknown assets.

    format?: BreakFormat

    Declared format of the break's selected variant.

    timestamp: number
    type: "adtimeupdate"