AliyunRecorderBackgroundInfo
@interface AliyunRecorderBackgroundInfo : NSObject
背景图信息 API_AVAILABLE(3.22.0)
-
背景颜色 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, strong) UIColor *color
-
背景图片 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic, strong) UIImage *image;
-
渲染模式 API_AVAILABLE(3.22.0)
Declaration
Objective-C
@property (nonatomic) AliyunRenderMode renderMode;