◆ onCompletion()
Download completion callback.
- Parameters
-
downloader | Downloader pointer. |
◆ onDownloadingProgress()
virtual void alivc_player::IAVDListener::onDownloadingProgress |
( |
AliMediaDownloader * |
downloader, |
|
|
int |
percent |
|
) |
| |
|
pure virtual |
Download progress callback.
- Parameters
-
downloader | Downloader pointer. |
percent | Download progress: 0 to 100. |
◆ onError()
Proxy error callback.
- Parameters
-
downloader | Downloader pointer. |
errorModel | Player error description. See AliVcPlayerErrorModel |
◆ onPrepared()
Download preparation completion callback.
- Parameters
-
downloader | Downloader pointer. |
mediaInfo | media information. |
- See also
- AVPMediaInfo
◆ onProcessingProgress()
virtual void alivc_player::IAVDListener::onProcessingProgress |
( |
AliMediaDownloader * |
downloader, |
|
|
int |
percent |
|
) |
| |
|
pure virtual |
Downloaded file processing progress callback.
- Parameters
-
downloader | Downloader pointer. |
percent | Processing progress: 0 to 100. |
The documentation for this class was generated from the following file: