DownloadMetaData

constructor(id: Int?, linkHash: Int, bytesDownloaded: Long = 0, bytesWritten: Long = 0, totalBytes: Long? = null, lastUpdatedMs: Long = 0, lastDownloadedBytes: Long = 0, createNotificationCallback: (DownloadObjects.CreateNotificationMetadata) -> Unit, internalType: VideoDownloadManager.DownloadType = DownloadType.IsPending, isHLS: Boolean, hlsProgress: Int = 0, hlsTotal: Int? = null, hlsWrittenProgress: Int = 0, downloadFileInfoTemplate: DownloadObjects.DownloadedFileInfo? = null)(source)