Amazon Vinyl
    Preparing search index...

    Interface AdInfo

    A single ad within an AdBreakInfo.

    interface AdInfo {
        duration: number | null;
        id: string;
        startTime: number;
        uri: string | null;
    }
    Index
    duration: number | null

    The duration of this ad in seconds, or null when unknown.

    id: string

    A stable identifier for this ad within its break.

    startTime: number

    The start time of this ad on the media timeline, in seconds.

    uri: string | null

    The URI of the ad asset, when the source signal provides one directly (e.g. an HLS interstitial X-ASSET-URI). Null when the ad is described only indirectly.