DRMDelegate

interface DRMDelegate

A delegate for Handling DRM specific Requests

Inheritors

Functions

Link copied to clipboard
open suspend fun getDRMLicenseHeaders(): Map<String, String>

Provides HTTP headers required to download the license for the DRM content.

Link copied to clipboard
open fun onKeyResponseRequired(assetURL: String, request: DRMKeyRequest, callback: Callback<ByteArray, Error>)

Invoked when DRM Keys are required for a particular asset.