MediaKeySystemConfiguration class

Available extensions
Annotations
  • @anonymous
  • @JS.new()
  • @staticInterop

Constructors

MediaKeySystemConfiguration({String? label, Iterable<String>? initDataTypes, Iterable<MediaKeySystemMediaCapability>? audioCapabilities, Iterable<MediaKeySystemMediaCapability>? videoCapabilities, MediaKeysRequirement? distinctiveIdentifier, MediaKeysRequirement? persistentState, Iterable<String>? sessionTypes})
factory

Properties

audioCapabilities ↔ Iterable<MediaKeySystemMediaCapability>

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair
distinctiveIdentifier ↔ MediaKeysRequirement

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
initDataTypes ↔ Iterable<String>

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair
label ↔ String

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair
persistentState ↔ MediaKeysRequirement

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sessionTypes ↔ Iterable<String>

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair
videoCapabilities ↔ Iterable<MediaKeySystemMediaCapability>

Available on MediaKeySystemConfiguration, provided by the PropsMediaKeySystemConfiguration extension

getter/setter pair

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