Class DownloadProgress
- java.lang.Object
-
- com.google.android.exoplayer2.offline.DownloadProgress
-
@Deprecated public class DownloadProgress extends Object
Deprecated.com.google.android.exoplayer2 is deprecated. Please migrate to androidx.media3 (which contains the same ExoPlayer code). See the migration guide for more details, including a script to help with the migration.MutableDownload
progress.
-
-
Field Summary
Fields Modifier and Type Field Description long
bytesDownloaded
Deprecated.The number of bytes that have been downloaded.float
percentDownloaded
Deprecated.The percentage that has been downloaded, orC.PERCENTAGE_UNSET
if unknown.
-
Constructor Summary
Constructors Constructor Description DownloadProgress()
Deprecated.
-
-
-
Field Detail
-
bytesDownloaded
public volatile long bytesDownloaded
Deprecated.The number of bytes that have been downloaded.
-
percentDownloaded
public volatile float percentDownloaded
Deprecated.The percentage that has been downloaded, orC.PERCENTAGE_UNSET
if unknown.
-
-