VerizonMediaPreplayBaseResponse
@available(*, deprecated, message: "This protocol will be removed with the next major release.")
public protocol VerizonMediaPreplayBaseResponse
Represents a Verizon Media Preplay base response.
-
The response type of a Preplay request.
Declaration
Swift
var type: VerizonMediaPreplayResponseType { get }
-
The manifest URL.
Declaration
Swift
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/”.
Declaration
Swift
var prefix: String { get }
-
The viewer’s session identifier.
Declaration
Swift
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”.
Declaration
Swift
var drm: VerizonMediaResponseDrm? { get }