AliyunPureColorBorderInfo

@interface AliyunPureColorBorderInfo : NSObject <NSCopying>

* API_AVAILABLE(3.23.0) The info of border

  • * API_AVAILABLE(3.23.0) The border color of the video;Alpha always 1.0.

    Declaration

    Objective-C

    @property (nonatomic, strong) UIColor *color
  • * API_AVAILABLE(3.23.0) The border width of the video

    Declaration

    Objective-C

    @property (nonatomic) CGFloat width;
  • * API_AVAILABLE(3.23.0) The radius of the video’s corner

    Declaration

    Objective-C

    @property (nonatomic) CGFloat cornerRadius;