-
- All Implemented Interfaces:
public interface VerizonMediaResponseDrm
-
-
Method Summary
Modifier and Type Method Description abstract String
getFairplayCertificateUrl()
The Fairplay certificate URL. abstract String
getWidevineLicenseUrl()
The Widevine certificate URL. abstract String
getPlayreadyLicenseUrl()
The PlayReady certificate URL. -
-
Method Detail
-
getFairplayCertificateUrl
@Nullable() abstract String getFairplayCertificateUrl()
The Fairplay certificate URL. (Nullable)
-
getWidevineLicenseUrl
@Nullable() abstract String getWidevineLicenseUrl()
The Widevine certificate URL. (Nullable)
Example:
- 'https://content.uplynk.com/wv'
-
getPlayreadyLicenseUrl
@Nullable() abstract String getPlayreadyLicenseUrl()
The PlayReady certificate URL. (Nullable)
Example:
- 'https://content.uplynk.com/pr'
-
-
-
-