Class DownloadProgress
- java.lang.Object
-
- com.google.android.exoplayer2.offline.DownloadProgress
-
-
Field Summary
Fields Modifier and Type Field Description long
bytesDownloaded
The number of bytes that have been downloaded.float
percentDownloaded
The percentage that has been downloaded, orC.PERCENTAGE_UNSET
if 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_UNSET
if unknown.
-
-