Track class abstract
- Implemented types
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The identifier of the media track.
no setter
- kind → String?
-
The kind of the media track, represented by a value from the following list:
no setter
- label → String?
-
The label of the media track.
no setter
- language → String?
-
The language of the media track.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uid → int
-
A unique identifier of the media track.
Remarks:
no setter
Methods
-
addEventListener(
String eventType, EventListener< Event> listener) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeEventListener(
String eventType, EventListener< Event> listener) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited