public final class ZegoWaterMarkConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
backgroundColor
水印背景颜色,默认为灰色不透明,格式 0xRRGGBBAA
|
int |
fontColor
水印字体颜色,默认为白色,格式 0xRRGGBBAA
|
int |
height
水印图像高度,字体的大小与高度相关
|
java.lang.String |
info
文字信息
|
int |
width
水印图像宽度
|
int |
xPos
水印图像 x 坐标轴位置
|
int |
yPos
水印图像 y 坐标轴位置
|
Constructor and Description |
---|
ZegoWaterMarkConfig() |
public java.lang.String info
public int xPos
public int yPos
public int width
public int height
public int fontColor
public int backgroundColor