Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeySystemConfiguration

Hierarchy

  • KeySystemConfiguration

Index

Properties

Optional audioRobustness

audioRobustness: undefined | string

The audio robustness level

Optional challengeFormat

challengeFormat: ChallengeFormatType

The license request challenge format, 'octet-stream' or 'text'

Optional httpRequestHeaders

httpRequestHeaders: Record<string, string>

The HTTP request headers to be set in the license request as an object containing list of key/values pairs

Optional priority

priority: undefined | number

Priority level of the key system to be selected (0 is the highest prority, -1 for undefined priority)

Optional serverCertificate

serverCertificate: undefined | string

The licenser server certificate as a BASE64 string representation of the binary stream

Optional serverURL

serverURL: undefined | string

The licenser server URL

Optional sessionId

sessionId: undefined | string

Optional sessionType

sessionType: undefined | string

Optional videoRobustness

videoRobustness: undefined | string

The video robustness level

Optional withCredentials

withCredentials: undefined | false | true

Wether license request is made using credentials

Generated using TypeDoc