NERTC macOS/Windows SDK V5.6.40
|
Public 属性 | |
char | image_paths [10][kNERtcMaxURILength] |
float | wm_alpha |
int | wm_width |
int | wm_height |
int | offset_x |
int | offset_y |
unsigned int | fps |
bool | loop |
unsigned int nertc::NERtcVideoWatermarkImageConfig::fps |
播放帧率。默认值为 0,表示不自动切换图片,图片单帧静态展示。
帧率最高不超过 30fps,如果设置帧率高于视频流帧率,则按照视频流帧率展示。
char nertc::NERtcVideoWatermarkImageConfig::image_paths[10][kNERtcMaxURILength] |
图片绝对路径,支持多个图片路径。
bool nertc::NERtcVideoWatermarkImageConfig::loop |
是否设置循环。默认值为 true,设置为 false 时图像组播放完毕后水印消失。
int nertc::NERtcVideoWatermarkImageConfig::offset_x |
水平左上角与视频图像左上角的水平距离,单位为像素。默认值为 0。
int nertc::NERtcVideoWatermarkImageConfig::offset_y |
水平左上角与视频图像左上角的垂直距离,单位为像素。默认值为 0。
float nertc::NERtcVideoWatermarkImageConfig::wm_alpha |
整体水印透明度,取值范围为 0.0 ~ 1.0。默认值为 1.0,表示不透明。
int nertc::NERtcVideoWatermarkImageConfig::wm_height |
水印框的高度,单位为像素。默认值为 0,表示按原始图高。
int nertc::NERtcVideoWatermarkImageConfig::wm_width |
水印框的宽度,单位为像素。默认值为 0,表示按原始图宽。