VerizonMediaResponseVodAdBreakPosition
public enum VerizonMediaResponseVodAdBreakPosition : String, CodableThe different positions of the VerizonMediaResponseVodAdBreak in the content.
- 
                  
                  The ad break plays before the content. DeclarationSwift case PREROLL = "preroll"
- 
                  
                  The ad break plays after the content. DeclarationSwift case MIDROLL = "midroll"
- 
                  
                  The ad break plays after the content. DeclarationSwift case POSTROLL = "postroll"
- 
                  
                  The ad break is shown when the player is paused. DeclarationSwift case PAUSE = "pause"
- 
                  
                  The ad is shown over the player. DeclarationSwift case OVERLAY = "overlay"
- 
                  
                  The position of the ad inside the content is unknown. DeclarationSwift case UNKNOWN = ""
 VerizonMediaResponseVodAdBreakPosition Enumeration Reference
      VerizonMediaResponseVodAdBreakPosition Enumeration Reference