#include "AMDDelegate.h"
◆ onCompletion:
Download completion callback.
- Parameters
-
downloader | Downloader pointer. |
◆ onDownloadingProgress:percentage:
- (void) onDownloadingProgress: |
|
(AliMediaDownloader *) | downloader |
percentage: |
|
(int) | percent |
|
optionalrequired |
Download progress callback.
- Parameters
-
downloader | Downloader pointer. |
percent | Download progress: 0 to 100. |
◆ onError:errorModel:
Proxy error callback.
- Parameters
-
downloader | Downloader pointer. |
errorModel | Player error description. See AliVcPlayerErrorModel |
◆ onPrepared:mediaInfo:
Download preparation completion callback.
- Parameters
-
downloader | Downloader pointer. |
info | Download preparation completion callback. |
- See also
- AVPMediaInfo
◆ onProcessingProgress:percentage:
- (void) onProcessingProgress: |
|
(AliMediaDownloader *) | downloader |
percentage: |
|
(int) | percent |
|
optionalrequired |
Downloaded file processing progress callback.
- Parameters
-
downloader | Downloader pointer. |
percent | Processing progress: 0 to 100. |
The documentation for this protocol was generated from the following file: