DownloadProgress
Artifact: androidx.media3:media3-exoplayer
@UnstableApi
public class DownloadProgress
Mutable Download progress.
Summary
Public fields |
|
|---|---|
volatile long |
The number of bytes that have been downloaded. |
volatile float |
The percentage that has been downloaded, or |
Public constructors |
|---|
Public fields
percentDownloaded
volatile public float percentDownloaded
The percentage that has been downloaded, or PERCENTAGE_UNSET if unknown.