MediaTrack<Q extends Quality, L extends Qualities<Quality>> class
abstract
Properties
-
activeQuality
→ Q?
-
The active quality of the media track, i.e. the quality that is currently being played.
no setter
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
id
→ String?
-
The identifier of the media track.
no setterinherited
-
isEnabled
↔ bool
-
Set whether the track is enabled.
getter/setter pair
-
kind
→ String?
-
The kind of the media track, represented by a value from the following list:
no setterinherited
-
label
→ String?
-
The label of the media track.
no setterinherited
-
language
→ String?
-
The language of the media track.
no setterinherited
-
qualities
→ L
-
The qualities of the media track.
no setter
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetQualities
↔ List<Q>?
-
One or more desired qualities of the media track.
getter/setter pair
-
targetQuality
↔ Q?
-
The desired qualities of the media track.
getter/setter pair
-
uid
→ int
-
A unique identifier of the media track.
Remarks:
no setterinherited