DownloadObjects
Types
Link copied to clipboard
data class CreateNotificationMetadata(val type: VideoDownloadManager.DownloadType, val bytesDownloaded: Long, val bytesTotal: Long, val hlsProgress: Long? = null, val hlsTotal: Long? = null, val bytesPerSecond: Long)
Link copied to clipboard
interface DownloadCached
Link copied to clipboard
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
@Serializable
What to display to the user for a downloaded show/movie. Includes info such as name, poster and url
Link copied to clipboard
@Serializable
Link copied to clipboard
@Serializable
General data about the episode and show to start a download from.
Link copied to clipboard
@Serializable
An item can either be something to resume or something new to start
Link copied to clipboard
@Serializable
Link copied to clipboard
Link copied to clipboard
Bytes have the size end-start where the byte range is [start,end) note that ByteArray is a pointer and therefore can't be stored without cloning it.
Link copied to clipboard
Link copied to clipboard