NERtc UE SDK  V5.4.109
Public 属性 | 所有成员列表
nertc::NERtcVideoWatermarkTimestampConfig结构体 参考

#include <NertcEngineDefines.h>

Public 属性

char font_name [kNERtcMaxURILength]
 
int font_color
 
int font_size
 
int wm_color
 
int wm_alpha
 
int wm_width
 
int wm_height
 
int offset_x
 
int offset_y
 

详细描述

时间戳水印设置。

类成员变量说明

◆ font_color

int nertc::NERtcVideoWatermarkTimestampConfig::font_color

水印左上角与视频画布左上角的水平距离。单位为像素(pixel)。

◆ font_name

char nertc::NERtcVideoWatermarkTimestampConfig::font_name[kNERtcMaxURILength]

字体名称。

◆ font_size

int nertc::NERtcVideoWatermarkTimestampConfig::font_size

字体颜色。ARGB 格式。

◆ offset_x

int nertc::NERtcVideoWatermarkTimestampConfig::offset_x

水印左上角与视频画布左上角的水平距离。单位为像素(pixel)。

◆ offset_y

int nertc::NERtcVideoWatermarkTimestampConfig::offset_y

水印左上角与视频画布左上角的垂直距离。单位为像素(pixel)。

◆ wm_alpha

int nertc::NERtcVideoWatermarkTimestampConfig::wm_alpha

水印框内背景颜色透明度

◆ wm_color

int nertc::NERtcVideoWatermarkTimestampConfig::wm_color

水印框内背景颜色。ARGB格式,支持透明度设置。

◆ wm_height

int nertc::NERtcVideoWatermarkTimestampConfig::wm_height

水印框的高度。单位为像素(pixel),默认值为 0,表示没有水印框。

◆ wm_width

int nertc::NERtcVideoWatermarkTimestampConfig::wm_width

水印框的宽度。单位为像素(pixel),默认值为 0,表示没有水印框。


该结构体的文档由以下文件生成: