DrmResponse

@Serializable
data class DrmResponse(val required: Boolean = false, val fairplayCertificateURL: String? = null, val widevineLicenseURL: String? = null, val playreadyLicenseURL: String? = null)

The Uplynk content protection information.

For further details, please refer to the Uplynk Documentation: Preplay API (Version 2) Documentation

Constructors

Link copied to clipboard
constructor(required: Boolean = false, fairplayCertificateURL: String? = null, widevineLicenseURL: String? = null, playreadyLicenseURL: String? = null)

Properties

Link copied to clipboard

The Fairplay certificate URL. (Nullable)

Link copied to clipboard

The PlayReady license URL. (Nullable)

Link copied to clipboard

Indicates whether DRM is required for playback.

Link copied to clipboard

The Widevine license URL. (Nullable)