DownloadMetaData

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