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.CreatesDownloaders
for givenDownloadRequests
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Downloader
createDownloader(DownloadRequest request)
Deprecated.Creates aDownloader
to perform the givenDownloadRequest
.
-
-
-
Method Detail
-
createDownloader
Downloader createDownloader(DownloadRequest request)
Deprecated.Creates aDownloader
to perform the givenDownloadRequest
.- Parameters:
request
- The download request.- Returns:
- The downloader.
-
-