SubtitleRemoved

data class SubtitleRemoved(subtitleTrack: SubtitleTrack) : SourceEvent

Emitted when an external SubtitleTrack has been removed so it is possible to update the controls accordingly.

Constructors

SubtitleRemoved
Link copied to clipboard
fun SubtitleRemoved(subtitleTrack: SubtitleTrack)

Properties

subtitleTrack
Link copied to clipboard
@SerializedName(value = subtitle)
val subtitleTrack: SubtitleTrack
The removed SubtitleTrack

Inherited properties

timestamp
Link copied to clipboard
var timestamp: Long
The time at which the event was emitted.