Subtitle Track
Represents a subtitle track.
Constructors
Link copied to clipboard
fun SubtitleTrack(url: String?, mimeType: String? = null, label: String? = null, id: String = UUID.randomUUID().toString(), isDefault: Boolean = false, language: String? = null, isForced: Boolean = false, roles: List<MediaTrackRole> = emptyList())
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Types
Functions
Properties
Link copied to clipboard
The SubtitleTrackController of this SubtitleTrack.
Link copied to clipboard
Specifies whether the SubtitleTrack is marked as a forced subtitle track. Forced subtitle tracks do not appear in Player.availableSubtitles
Link copied to clipboard
The language of the SubtitleTrack.
Link copied to clipboard