Package-level declarations
Types
Link copied to clipboard
data class Subtitle(val language: String, val type: SubtitleSource = ONLINE, val url: String, val flags: Set<Flag>? = null) : MediaLink, Serializable
Data class representing a subtitle entity.
Link copied to clipboard
Enum class representing different types or sources of subtitle content.