Properties
keySystem
readonly keySystem: string
Identifies the Key System being used.
For more information, see
https://www.w3.org/TR/encrypted-media/#dom-mediakeysystemaccess-keysystem.
Methods
getConfiguration()
getConfiguration(): MediaKeySystemConfiguration | null
Returns the supported combination of configuration options selected by
requestMediaKeySystemAccess().
For more information, see
https://www.w3.org/TR/encrypted-media/#dom-mediakeysystemaccess-getconfiguration.
MediaKeySystemConfiguration
Returns
MediaKeySystemConfiguration | null
createMediaKeys()
createMediaKeys():void | Promise<MediaKeys>
Creates a new MediaKeys object for keySystem.
For more information, see
https://www.w3.org/TR/encrypted-media/#dom-mediakeysystemaccess-createmediakeys.
Promise, resolved when successfully created a MediaKeys, rejected
otherwise.
Returns
void | Promise<MediaKeys>

