SupportType class

Annotations
  • @JS('SupportType')

Constructors

SupportType()

Properties

drm JsObject
Object.<string, ?shaka.extern.DrmSupportType> A map of supported key systems. The keys are the key system names. The value is null if it is not supported. Key systems not probed will not be in this dictionary.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
manifest JsObject
A map of supported manifest types. The keys are manifest MIME types and file extensions.
getter/setter pair
media JsObject
Object.<string, boolean> A map of supported media types. The keys are media MIME types.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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