AliyunAETemplateRenderDelegate
@protocol AliyunAETemplateRenderDelegate <NSObject>
渲染回调 API_AVAILABLE(3.35.0)
-
开始
Declaration
Objective-C
- (void)templateRenderStarted; -
完成
Declaration
Objective-C
- (void)templateRenderFinished:(nonnull NSURL *)outputUrl;Parameters
outputUrl -
取消
Declaration
Objective-C
- (void)templateRenderCancelled; -
失败
Declaration
Objective-C
- (void)templateRenderFailed:(nonnull NSError *)error;Parameters
error错误信息
-
进度
Declaration
Objective-C
- (void)templateRenderProgress:(CGFloat)progress;Parameters
progress进度
AliyunAETemplateRenderDelegate Protocol Reference