Interface VerizonMediaResponseVodAdPlaceholder

Represents a Verizon Media response with a placeholder for an ad for VOD assets.

Remarks

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 VerizonMediaResponseVodAdPlaceholder {
    adsIndex: number;
    breaksIndex: number;
    endTime: number;
    startTime: number;
}

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.

Generated using TypeDoc