interface ClearKeyDRMConfigEntry {
    key: string;
    kid?: string;
}

Properties

Properties

key: string
kid?: string

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.