ClearKeyConfigEntry

ClearKeyConfigEntry

data class ClearKeyConfigEntry(val key: String, val kid: String? = null) : Parcelable

Represents a single ClearKey key/id pair.

Constructors

ClearKeyConfigEntryconstructor(key: String, kid: String? = null)

Properties

NameSummary
keyval key: String
Hex String representation of the key.
kidval kid: String?
Hex String representation of the key ID. Optional if the same kid is used for the whole content (every audio and video track of each representation). Otherwise the player won’t know which kid has to be used.