Download Event
data class DownloadEvent(val downloadedBytes: Long, val totalBytes: Long, val downloadSpeed: Long, val connections: Int?, val source: PlayerEventSource = PlayerEventSource.Player) : PlayerEvent(source)
Used for torrent to pre-download a video before playing it
Constructors
Link copied to clipboard
constructor(downloadedBytes: Long, totalBytes: Long, downloadSpeed: Long, connections: Int?, source: PlayerEventSource = PlayerEventSource.Player)