NERtc Windows SDK  V4.4.301
Public 属性 | 所有成员列表
nertc::NERtcCanvasWatermarkConfig结构体 参考

#include <nertc_engine_defines.h>

Public 属性

NERtcImageWatermarkConfigimage_watermarks
 
int image_count_
 
NERtcTextWatermarkConfigtext_watermarks
 
int text_count_
 
NERtcTimestampWatermarkConfigtimestamp_watermark
 

详细描述

Canvas watermark settings.

注解
You can set text, timestamp, and image watermarks at the same time. If different types of watermarks overlay, the layers overlay previous layers in the image, text, and timestamp sequence.

类成员变量说明

◆ image_count_

int nertc::NERtcCanvasWatermarkConfig::image_count_

The number of image watermarks, up to 4 image watermarks are supported.

◆ image_watermarks

NERtcImageWatermarkConfig* nertc::NERtcCanvasWatermarkConfig::image_watermarks

Image watermark array pointer.

◆ text_count_

int nertc::NERtcCanvasWatermarkConfig::text_count_

The number of text watermarks, up to 10 text watermarks are supported.

◆ text_watermarks

NERtcTextWatermarkConfig* nertc::NERtcCanvasWatermarkConfig::text_watermarks

Text watermark array pointer.

◆ timestamp_watermark

NERtcTimestampWatermarkConfig* nertc::NERtcCanvasWatermarkConfig::timestamp_watermark

Timestamp watermark pointer. Only one timestamp watermark is supported.


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