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