MediaKeySessionClosedReasonOptions enum
Values
- closedByApplication → const MediaKeySessionClosedReasonOptions
-
const MediaKeySessionClosedReasonOptions(r'closed-by-application')
- hardwareContextReset → const MediaKeySessionClosedReasonOptions
-
const MediaKeySessionClosedReasonOptions(r'hardware-context-reset')
- internalError → const MediaKeySessionClosedReasonOptions
-
const MediaKeySessionClosedReasonOptions(r'internal-error')
- releaseAcknowledged → const MediaKeySessionClosedReasonOptions
-
const MediaKeySessionClosedReasonOptions(r'release-acknowledged')
- resourceEvicted → const MediaKeySessionClosedReasonOptions
-
const MediaKeySessionClosedReasonOptions(r'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
Constants
-
values
→ const List<
MediaKeySessionClosedReasonOptions> - A constant List of the values in this enum, in order of their declaration.