AliyunAETemplatePlayerDelegate
@protocol AliyunAETemplatePlayerDelegate <NSObject>
* A class that defines player’s delegate API_AVAILABLE(3.35.0)
-
* Loader
Declaration
Objective-C
- (void)playerDidLoaded; -
Play at end
Declaration
Objective-C
- (void)playerDidEnd; -
* Play progress
Declaration
Objective-C
- (void)playProgress:(double)progress;Parameters
progressProgress,[0,1]
-
* Play error
Declaration
Objective-C
- (void)playError:(NSInteger)errorCode;Parameters
errorCodeError code.
AliyunAETemplatePlayerDelegate Protocol Reference