ImageTrackList class
The interface of the WebCodecs API represents a list of image tracks.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- ImageTrackList()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int
-
Available on ImageTrackList, provided by the PropsImageTrackList extension
no setter -
ready
→ Future<
void> -
Available on ImageTrackList, provided by the PropsImageTrackList extension
no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedIndex → int
-
Available on ImageTrackList, provided by the PropsImageTrackList extension
no setter - selectedTrack → ImageTrack?
-
Available on ImageTrackList, provided by the PropsImageTrackList extension
no setter
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