SubtitleTrack class

SubtitleTrack

A subtitle available in Media. This may be selected for output in Player.

Constructors

SubtitleTrack(String id, String? title, String? language)
SubtitleTrack
const
SubtitleTrack.auto()
Default subtitle track. Selects the first subtitle track.
factory
SubtitleTrack.no()
No subtitle track. Disables subtitle output.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
finalinherited
language String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
finalinherited

Methods

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

Operators

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