SubtitleOptions

data class SubtitleOptions(val skipIfEmbeddedSubtitlesPresent: Boolean, val skipIfAudioTrackMatches: Boolean, val downloadLanguages: List<String>? = null, val downloadMovieSubtitles: Boolean, val downloadEpisodeSubtitles: Boolean, val openSubtitlesUsername: String? = null, val openSubtitlesPasswordHash: String? = null, val isOpenSubtitleVipAccount: Boolean, val requirePerfectMatch: Boolean)

Constructors

Link copied to clipboard
constructor(skipIfEmbeddedSubtitlesPresent: Boolean, skipIfAudioTrackMatches: Boolean, downloadLanguages: List<String>? = null, downloadMovieSubtitles: Boolean, downloadEpisodeSubtitles: Boolean, openSubtitlesUsername: String? = null, openSubtitlesPasswordHash: String? = null, isOpenSubtitleVipAccount: Boolean, requirePerfectMatch: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard