AliyunAETemplateRender
@interface AliyunAETemplateRender : NSObject
* A class that defines render for template API_AVAILABLE(3.35.0)
-
* The delegate.
Declaration
Objective-C
@property (nonatomic, weak) id<AliyunAETemplateRenderDelegate> _Nullable delegate;
-
* The output path.
Declaration
Objective-C
@property (nonatomic, copy) NSString *_Nonnull outputPath;
-
* The factor of bit rate, default 0.25. The final bit rate is width * height * framerate * bpp.
Declaration
Objective-C
@property (nonatomic) float bpp;
-
* Start
Declaration
Objective-C
- (BOOL)start;
Return Value
YES or NO
-
* Cancel
Declaration
Objective-C
- (void)cancel;