VerizonMediaPreplayBaseResponse
public protocol VerizonMediaPreplayBaseResponseRepresents a Verizon Media Preplay base response.
- 
                  
                  The response type of a Preplay request. DeclarationSwift var type: VerizonMediaPreplayResponseType { get }
- 
                  
                  The manifest URL. DeclarationSwift var playURL: String { get }
- 
                  
                  The zone prefix for the viewer’s session. Remark - Use this prefix when submitting playback or API requests for this session.
- E.g. “https://content-ause2.uplynk.com/”.
 DeclarationSwift var prefix: String { get }
- 
                  
                  The viewer’s session identifier. DeclarationSwift var sid: String { get }
- 
                  
                  Optional content protection details. Remark Currently, this only contains the Fairplay certificate URL.- Widevine will default to “https://content.uplynk.com/wv”.
- Playready will default to “https://content.uplynk.com/pr”.
 DeclarationSwift var drm: VerizonMediaResponseDrm? { get }
 VerizonMediaPreplayBaseResponse Protocol Reference
      VerizonMediaPreplayBaseResponse Protocol Reference