public static final class AliyunBorderParam.Builder
extends java.lang.Object
AliyunBorderParam
builder static inner class.构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
AliyunBorderParam.Builder |
borderColor(int color)
Sets the border color of the video
|
AliyunBorderParam.Builder |
borderWidth(int width)
Sets the border width of the video
|
AliyunBorderParam |
build() |
AliyunBorderParam.Builder |
cornerRadius(float radius)
Sets the video corner radius
|
public AliyunBorderParam.Builder borderWidth(int width)
width
- border widthpublic AliyunBorderParam.Builder borderColor(int color)
color
- border colorpublic AliyunBorderParam.Builder cornerRadius(float radius)
radius
- corner radius1public AliyunBorderParam build()
AliyunBorderParam
built with parameters of AliyunBorderParam.Builder
.