Class DownloadProgress
- java.lang.Object
-
- com.google.android.exoplayer2.offline.DownloadProgress
-
-
Field Summary
Fields Modifier and Type Field Description longbytesDownloadedThe number of bytes that have been downloaded.floatpercentDownloadedThe percentage that has been downloaded, orC.PERCENTAGE_UNSETif unknown.
-
Constructor Summary
Constructors Constructor Description DownloadProgress()
-
-
-
Field Detail
-
bytesDownloaded
public volatile long bytesDownloaded
The number of bytes that have been downloaded.
-
percentDownloaded
public volatile float percentDownloaded
The percentage that has been downloaded, orC.PERCENTAGE_UNSETif unknown.
-
-