MediaKeyStatusMap extension type

The MediaKeyStatusMap interface of the Encrypted Media Extensions API is a read-only map of media key statuses by key IDs.

on
Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter

Methods

get(BufferSource keyId) MediaKeyStatus?
The get property of the MediaKeyStatusMap interface returns the value associated with the given key, or undefined if there is none.
has(BufferSource keyId) bool
The has property of the MediaKeyStatusMap interface returns a Boolean, asserting whether a value has been associated with the given key.
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