ZegoPlayRecorder
|
#include <LiveRoom.h>
Public Attributes | |
const char * | info = nullptr |
int | xPosition = -1 |
int | yPosition = -1 |
int | nWidth = 0 |
int | nHeight = 0 |
int | fontColor = 0xFFFFFF00 |
int | backgroundColor = 0x3F3F3FFF |
混流水印信息设置 坐标系原点为视频的左上角, (xPosition, yPosition)设置为(-1, -1)时水印在左下角 字体颜色的alpha字段无效,实际字体颜色的alpha值由字库的alpha值决定
int ZEGO::LIVEROOM::ZegoWaterMarkConfig::backgroundColor = 0x3F3F3FFF |
水印背景颜色,默认为灰色不透明,格式0xRRGGBBAA
int ZEGO::LIVEROOM::ZegoWaterMarkConfig::fontColor = 0xFFFFFF00 |
水印字体颜色,默认为白色,格式0xRRGGBBAA
const char* ZEGO::LIVEROOM::ZegoWaterMarkConfig::info = nullptr |
文字信息,必须utf8编码
int ZEGO::LIVEROOM::ZegoWaterMarkConfig::nHeight = 0 |
水印图像高度,字体的大小与高度相关
int ZEGO::LIVEROOM::ZegoWaterMarkConfig::nWidth = 0 |
水印图像宽度
int ZEGO::LIVEROOM::ZegoWaterMarkConfig::xPosition = -1 |
水印图像x坐标轴位置
int ZEGO::LIVEROOM::ZegoWaterMarkConfig::yPosition = -1 |
水印图像y坐标轴位置