Interface DownloaderFactory
-
- All Known Implementing Classes:
DefaultDownloaderFactory
@Deprecated public interface DownloaderFactory
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.CreatesDownloadersfor givenDownloadRequests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description DownloadercreateDownloader(DownloadRequest request)Deprecated.Creates aDownloaderto perform the givenDownloadRequest.
-
-
-
Method Detail
-
createDownloader
Downloader createDownloader(DownloadRequest request)
Deprecated.Creates aDownloaderto perform the givenDownloadRequest.- Parameters:
request- The download request.- Returns:
- The downloader.
-
-