Class 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.
    Mutable Download progress.
    • 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, or C.PERCENTAGE_UNSET if unknown.
    • Constructor Detail

      • DownloadProgress

        public DownloadProgress()
        Deprecated.