Track class

Track

Currently selected tracks.

Constructors

Track({VideoTrack video = const VideoTrack('auto', null, null), AudioTrack audio = const AudioTrack('auto', null, null), SubtitleTrack subtitle = const SubtitleTrack('auto', null, null)})
Track
const

Properties

audio AudioTrack
Currently selected audio track.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle SubtitleTrack
Currently selected subtitle track.
final
video VideoTrack
Currently selected video track.
final

Methods

copyWith({VideoTrack? video, AudioTrack? audio, SubtitleTrack? subtitle}) Track
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.
inherited