WebDrmConfiguration

class WebDrmConfiguration(val licenseUrl: String, licenseRequestHeaders: Map<String, String> = emptyMap())

Runtime-only DRM configuration for the WebAssembly player.

The license URL and request headers are passed only to the license request made by Movi/Shaka. They are never reused as media request headers. toString deliberately redacts all values so accidental logging cannot expose license endpoints or credentials.

Constructors

Link copied to clipboard
constructor(licenseUrl: String, licenseRequestHeaders: Map<String, String> = emptyMap())

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String