DownloadEvent

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)

Properties

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

bytes / sec

Link copied to clipboard
open override val source: PlayerEventSource
Link copied to clipboard