VerizonMediaResponseVodAdBreakPosition
@available(*, deprecated, message: "This enumeration will be removed with the next major release.")
public enum VerizonMediaResponseVodAdBreakPosition : String, Codable
The different positions of the VerizonMediaResponseVodAdBreak
in the content.
-
The ad break plays before the content.
Declaration
Swift
case PREROLL = "preroll"
-
The ad break plays after the content.
Declaration
Swift
case MIDROLL = "midroll"
-
The ad break plays after the content.
Declaration
Swift
case POSTROLL = "postroll"
-
The ad break is shown when the player is paused.
Declaration
Swift
case PAUSE = "pause"
-
The ad is shown over the player.
Declaration
Swift
case OVERLAY = "overlay"
-
The position of the ad inside the content is unknown.
Declaration
Swift
case UNKNOWN = ""