Amazon Vinyl
    Preparing search index...

    Interface AdProgressEvent

    interface AdProgressEvent {
        ad: AdInfo;
        adBreak: AdBreakInfo;
        index: number;
        playbackRateAvg: number;
        totalAds: number;
    }

    Hierarchy (View Summary)

    Index
    ad: AdInfo

    The ad that triggered this event.

    adBreak: AdBreakInfo

    The parent ad break

    index: number

    The zero-based position of this ad within its break.

    playbackRateAvg: number

    The average continuous playback rate for the quartile. Typically, 1.0 unless playbackRate was altered.

    totalAds: number

    The total number of ads in this break.