THEOplayer > ClearkeyKeySystemConfiguration
Inherits from KeySystemConfiguration. See parent page for inherited properties and methods.
Describes the ClearKey key system configuration.
Signature:
export interface ClearkeyKeySystemConfiguration extends KeySystemConfiguration
Property |
Type |
Description |
---|---|---|
keys (optional) |
List of decryption keys. |
List of decryption keys.
Signature:
keys?: ClearkeyDecryptionKey[];