MediaKeySystemAccess extension type

The MediaKeySystemAccess interface of the Encrypted Media Extensions API provides access to a Key System for decryption and/or a content protection provider. You can request an instance of this object using the Navigator.requestMediaKeySystemAccess method.


API documentation sourced from MDN Web Docs.

on
Implemented types
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
keySystem String
The MediaKeySystemAccess.keySystem read-only property returns a string identifying the key system being used.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createMediaKeys() JSPromise<MediaKeys>
The MediaKeySystemAccess.createMediaKeys() method returns a Promise that resolves to a new MediaKeys object.
getConfiguration() MediaKeySystemConfiguration
The getConfiguration() method of the MediaKeySystemAccess interface returns an object with the supported combination of the following configuration options:
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited