Tracks class

Tracks

Currently available tracks.

Constructors

Tracks({List<VideoTrack> video = const [VideoTrack('auto', null, null), VideoTrack('no', null, null)], List<AudioTrack> audio = const [AudioTrack('auto', null, null), AudioTrack('no', null, null)], List<SubtitleTrack> subtitle = const [SubtitleTrack('auto', null, null), SubtitleTrack('no', null, null)]})
Tracks
const

Properties

audio List<AudioTrack>
Currently available audio tracks.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle List<SubtitleTrack>
Currently available subtitle tracks.
final
video List<VideoTrack>
Currently available video tracks.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override