AliyunVideoRecordBorderInfo

@interface AliyunVideoRecordBorderInfo : NSObject

* The border info of video API_AVAILABLE(3.22.0)

  • * The color of border(ignore alpha) API_AVAILABLE(3.22.0)

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *color
  • * API_AVAILABLE(3.22.0) The width of border base on the resolution of output video

    Declaration

    Objective-C

    @property (nonatomic) CGFloat width;
  • * API_AVAILABLE(3.22.0) The radius of border corner base on the resolution of output video

    Declaration

    Objective-C

    @property (nonatomic) CGFloat cornerRadius;