docs/doc/reference/com/google/android/exoplayer2/offline/DownloaderFactory.html
Package com.google.android.exoplayer2.offline
DefaultDownloaderFactory[@Deprecated](https://developer.android.com/reference/java/lang/Deprecated.html "class or interface in java.lang")public interfaceDownloaderFactory
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.
Creates Downloaders for given DownloadRequests.
All Methods Instance Methods Abstract Methods Deprecated Methods | Modifier and Type | Method | Description |
| --- | --- | --- |
| Downloader | createDownloader(DownloadRequest request) |
Deprecated.
Creates a Downloader to perform the given DownloadRequest.
|
-
[Downloader](Downloader.html "interface in com.google.android.exoplayer2.offline")createDownloader([DownloadRequest](DownloadRequest.html "class in com.google.android.exoplayer2.offline")request)
Deprecated.
Creates a Downloader to perform the given DownloadRequest.
Parameters:request - The download request.Returns:The downloader.