BitmovinDownloadState

data class BitmovinDownloadState(    val offlineContent: OfflineContent,     val trackIdentifier: String,     val state: OfflineOptionEntryState,     val downloadedPercentage: Float,     val downloadedBytes: Long)

Constructors

Link copied to clipboard
constructor(    offlineContent: OfflineContent,     trackIdentifier: String,     state: OfflineOptionEntryState,     downloadedPercentage: Float,     downloadedBytes: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val offlineContent: OfflineContent
Link copied to clipboard
Link copied to clipboard