SubtitleTrack
open class SubtitleTrack : Track
Represents a subtitle track.
Constructors
| SubtitleTrack | constructor(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(), associatedLanguage: String? = null)constructor(url: String?, mimeType: String?, label: String?, id: String = UUID.randomUUID().toString(), isDefault: Boolean, language: String?, isForced: Boolean)constructor(url: String?, mimeType: String?, label: String?, id: String = UUID.randomUUID().toString(), isDefault: Boolean, language: String?)constructor(url: String?, label: String?, id: String = UUID.randomUUID().toString(), isDefault: Boolean, language: String?)constructor(url: String?) |
Types
| Name | Summary |
|---|---|
| Companion | object Companion |
Properties
| Name | Summary |
|---|---|
| associatedLanguage | val associatedLanguage: String? The language tag (RFC5646) associated with the EXT-X-MEDIA rendition. |
| controller | val controller: SubtitleTrackController The SubtitleTrackController of this SubtitleTrack. |
| isForced | val isForced: Boolean Specifies whether the SubtitleTrack is marked as a forced subtitle track. Forced subtitle tracks do not appear in Player.availableSubtitles |
| language | val language: String? The language of the SubtitleTrack. |
| mimeType | val mimeType: String? The mime type of the SubtitleTrack. |