THEOplayer Web SDK
    Preparing search index...

    Interface UplynkResponseVodAdPlaceholder

    Represents an Uplynk response with a placeholder for an ad for VOD assets.

    A placeholder is an ad which
    - is a short blank video for non-video ads (e.g. VPAID ads).
    - is a system asset which is potentially subject to change.

    interface UplynkResponseVodAdPlaceholder {
        adsIndex: number;
        breaksIndex: number;
        endTime: number;
        startTime: number;
    }
    Index

    Properties

    adsIndex: number

    The index of the placeholder in the ads.breaks.ads array.

    breaksIndex: number

    The index of the placeholder's ad break in the ads.breaks array.

    endTime: number

    The end time of the placeholder, in seconds.

    startTime: number

    The start time of the placeholder, in seconds.