Package-level declarations

Types

Link copied to clipboard
data class DrmLicense(val streamingSessionId: String, val payload: String)

Drm license of a given track or video. This will reflect the response from our backend and it will be used for decrypting secured media products.

Link copied to clipboard
data class DrmLicenseRequest(val streamingSessionId: String, val securityToken: String, val payload: String)

Drm license request of a given track or video. This will be the request we send to our backend and it will be used to retrieve a DrmLicense.