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.

on
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
keySystem String
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 MediaKeySystemAccess.getConfiguration() method 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