SubtitleFile

data class SubtitleFile(source)

Data class for the Subtitle file info.

See also

Constructors

Link copied to clipboard
constructor(lang: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard

Subtitle file language.

Link copied to clipboard

Language code to properly filter auto select / download subtitles

Link copied to clipboard
var url: String

Subtitle file url to download/load the file.

Functions

Link copied to clipboard
fun copy(lang: String = this.lang, url: String = this.url): SubtitleFile

Backwards compatible copy