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
outputUrl
Output url.
-
* Cancel
Declaration
Objective-C
- (void)templateRenderCancelled;
-
* Failed
Declaration
Objective-C
- (void)templateRenderFailed:(nonnull NSError *)error;
Parameters
error
Error
-
* Progress
Declaration
Objective-C
- (void)templateRenderProgress:(CGFloat)progress;
Parameters
progress
Progress