AliyunAETemplateRenderDelegate
@protocol AliyunAETemplateRenderDelegate <NSObject>
* A class that defines render’s delegate API_AVAILABLE(3.35.0)
-
Start
Declaration
Objective-C
- (void)templateRenderStarted; -
* Finish
Declaration
Objective-C
- (void)templateRenderFinished:(nonnull NSURL *)outputUrl;Parameters
outputUrlOutput url.
-
* Cancel
Declaration
Objective-C
- (void)templateRenderCancelled; -
* Failed
Declaration
Objective-C
- (void)templateRenderFailed:(nonnull NSError *)error;Parameters
errorError
-
* Progress
Declaration
Objective-C
- (void)templateRenderProgress:(CGFloat)progress;Parameters
progressProgress
AliyunAETemplateRenderDelegate Protocol Reference