VerizonMediaResponseVodAdPlaceholder
@available(*, deprecated, message: "This protocol will be removed with the next major release.")
public protocol VerizonMediaResponseVodAdPlaceholder
The Verizon Media Response Vod ad placeholder API.
Remark
- 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.
-
The index of this placeholder’s ad break in the ads.breaks array.
Declaration
Swift
var breaksIndex: Int { get }
-
The index of the placeholder in the ads.breaks.ads array.
Declaration
Swift
var adsIndex: Int { get }
-
The start time of the placeholder.
Declaration
Swift
var startTime: Int { get }
-
The end time of the placeholder.
Declaration
Swift
var endTime: Int { get }