Drm

data class Drm(val type: Drm.Type, val licenseUrl: String, val certificateUrl: String? = null)

Represents Digital Rights Management (DRM) information for a media stream.

Constructors

Link copied to clipboard
constructor(type: Drm.Type, licenseUrl: String, certificateUrl: String? = null)

Types

Link copied to clipboard
enum Type : Enum<Drm.Type>

Represents the type of DRM used for protecting content.

Properties

Link copied to clipboard

An optional URL pointing to a certificate used for DRM authentication.

Link copied to clipboard

The URL of the license.

Link copied to clipboard

The type of DRM used. Note that on Android FairPlay is not playable.