Amazon Vinyl
    Preparing search index...

    Interface AdBreakCompleteEvent

    interface AdBreakCompleteEvent {
        adBreak: AdBreakInfo;
        reason: AdChangeReason;
        resumePosition: number;
    }

    Hierarchy (View Summary)

    Index
    adBreak: AdBreakInfo

    The ad break.

    The reason the ad break changed, e.g. 'ended' for completed naturally, or 'skipped'

    resumePosition: number

    The absolute media-timeline position, in seconds, at which primary content resumes after this break. The controller has already resolved the break's resume offset and playout, so consumers use this position directly.