AliyunRecorderBackgroundInfo

@interface AliyunRecorderBackgroundInfo : NSObject

* The Info of background API_AVAILABLE(3.22.0)

  • * The color of background API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *color
  • * The image of background API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, strong) UIImage *image;
  • * The mode of render API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic) AliyunRenderMode renderMode;