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.MutableDownloadprogress.
-
-
Field Summary
Fields Modifier and Type Field Description longbytesDownloadedDeprecated.The number of bytes that have been downloaded.floatpercentDownloadedDeprecated.The percentage that has been downloaded, orC.PERCENTAGE_UNSETif 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_UNSETif unknown.
-
-