AliyunPlayer v6.21.0
Aliyun Player API Reference Manual for iOS Platforms
Loading...
Searching...
No Matches
<AliVodMediaLoaderStatusDelegate> Protocol Reference

#include "AliVodMediaLoader.h"

Inheritance diagram for <AliVodMediaLoaderStatusDelegate>:

Instance Methods

(void) - onCanceled:index:
 
(void) - onCompleted:index:
 
(void) - onError:index:code:msg:
 
(void) - onErrorV2:index:errorModel:
 Error callback V2.
 
(void) - onPrepared:
 

Method Documentation

◆ onCanceled:index:

- (void) onCanceled: (NSString *) vid
index: (int) index 
optionalrequired

◆ onCompleted:index:

- (void) onCompleted: (NSString *) vid
index: (int) index 
optionalrequired

◆ onError:index:code:msg:

- (void) onError: (NSString *) vid
index: (int) index
code: (int64_t) code
msg: (NSString *) msg 
optionalrequired

◆ onErrorV2:index:errorModel:

- (void) onErrorV2: (NSString *) vid
index: (int) index
errorModel: (AVPErrorModel *) errorModel 
optionalrequired

Error callback V2.

Parameters
errorModelPlayer error description, refer to AliVcPlayerErrorModel

◆ onPrepared:

- (void) onPrepared: (AVPMediaInfo *) mediaInfo
optional

The documentation for this protocol was generated from the following file: