MediaKeySessionClosedReason enum
Values
- internalError → const MediaKeySessionClosedReason
-
const MediaKeySessionClosedReason('internal-error')
- closedByApplication → const MediaKeySessionClosedReason
-
const MediaKeySessionClosedReason('closed-by-application')
- releaseAcknowledged → const MediaKeySessionClosedReason
-
const MediaKeySessionClosedReason('release-acknowledged')
- hardwareContextReset → const MediaKeySessionClosedReason
-
const MediaKeySessionClosedReason('hardware-context-reset')
- resourceEvicted → const MediaKeySessionClosedReason
-
const MediaKeySessionClosedReason('resource-evicted')
Properties
Methods
-
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
Static Methods
-
fromValue(
String value) → MediaKeySessionClosedReason -
fromValues(
Iterable< String> values) → Iterable<MediaKeySessionClosedReason>
Constants
-
values
→ const List<
MediaKeySessionClosedReason> - A constant List of the values in this enum, in order of their declaration.