NERtc Windows SDK
V5.3.1
|
#include <nertc_engine_defines.h>
Public 属性 | |
char | font_name [kNERtcMaxURILength] |
int | font_size |
int | font_color |
int | offset_x |
int | offset_y |
int | wm_color |
int | wm_width |
int | wm_height |
int | ts_type |
时间戳水印设置。
int nertc::NERtcTimestampWatermarkConfig::font_color |
水印左上角与视频画布左上角的水平距离。单位为像素(pixel)。
char nertc::NERtcTimestampWatermarkConfig::font_name[kNERtcMaxURILength] |
字体名称。
int nertc::NERtcTimestampWatermarkConfig::font_size |
字体颜色。ARGB 格式。
int nertc::NERtcTimestampWatermarkConfig::offset_x |
水印左上角与视频画布左上角的水平距离。单位为像素(pixel)。
int nertc::NERtcTimestampWatermarkConfig::offset_y |
水印左上角与视频画布左上角的垂直距离。单位为像素(pixel)。
int nertc::NERtcTimestampWatermarkConfig::ts_type |
时间戳类型,支持设置为:
int nertc::NERtcTimestampWatermarkConfig::wm_color |
水印框内背景颜色。ARGB格式,支持透明度设置。
int nertc::NERtcTimestampWatermarkConfig::wm_height |
水印框的高度。单位为像素(pixel),默认值为 0,表示没有水印框。
int nertc::NERtcTimestampWatermarkConfig::wm_width |
水印框的宽度。单位为像素(pixel),默认值为 0,表示没有水印框。