| Interface | Description |
|---|---|
| AliMediaDownloader.ConvertURLCallback |
Callback interface for URL conversion.
|
| AliMediaDownloader.OnCompletionListener |
Callback interface for download completion.
|
| AliMediaDownloader.OnErrorListener |
Callback interface for download errors.
|
| AliMediaDownloader.OnPreparedListener |
Callback interface for when the download preparation is complete.
|
| AliMediaDownloader.OnProgressListener |
Callback interface for download progress.
|
| Class | Description |
|---|---|
| AliDownloaderFactory |
A factory class for creating instances of
AliMediaDownloader. |
| AliMediaDownloader |
The core class for media downloading, providing operations such as preparing, starting, stopping, and releasing media resources.
|
| DownloaderConfig |
Downloader configuration class.
|