Amazon IVS Player
    Preparing search index...

    Interface AdTimeUpdateBeta

    Metadata that represents the current progress within the ad break

    interface AdTimeUpdate {
        adBreakId: string;
        assetId: string;
        breakDuration: number;
        breakElapsed: number;
        creativeDuration: number;
        creativeElapsed: number;
        podIndex: number;
        podLength: number;
    }
    Index

    Properties

    adBreakId: string

    Unique identifier for the current ad break

    assetId: string

    Unique identifier for the current creative asset

    breakDuration: number

    Total duration of the ad break in seconds

    breakElapsed: number

    Seconds elapsed in the overall ad break

    creativeDuration: number

    Total duration of the current creative in seconds

    creativeElapsed: number

    Seconds elapsed in the current creative

    podIndex: number

    1-based index of the current creative within the pod

    podLength: number

    Total number of creatives in the ad break