ZegoPlayRecorder
|
#include <LiveRoom.h>
Public Attributes | |
const char * | imagePath = nullptr |
int | xPosition = -1 |
int | yPosition = -1 |
int | nWidth = 0 |
int | nHeight = 0 |
ZegoImageWaterMarkFillMode | fillMode = MODE_SCALE_CENTER |
图片水印配置信息
ZegoImageWaterMarkFillMode ZEGO::LIVEROOM::ZegoImageWaterMarkConfig::fillMode = MODE_SCALE_CENTER |
填充模式
const char* ZEGO::LIVEROOM::ZegoImageWaterMarkConfig::imagePath = nullptr |
水印图片的文件路径,必须utf8编码
int ZEGO::LIVEROOM::ZegoImageWaterMarkConfig::nHeight = 0 |
水印图像高度,字体的大小与高度相关
int ZEGO::LIVEROOM::ZegoImageWaterMarkConfig::nWidth = 0 |
水印图像宽度
int ZEGO::LIVEROOM::ZegoImageWaterMarkConfig::xPosition = -1 |
水印图像x坐标轴位置
int ZEGO::LIVEROOM::ZegoImageWaterMarkConfig::yPosition = -1 |
水印图像y坐标轴位置