NERtc iOS SDK  V4.4.301
属性 | 所有成员列表
NERtcTimestampWatermarkConfig类 参考

Timestamp watermark 更多...

#import <NERtcEngineBase.h>

类 NERtcTimestampWatermarkConfig 继承关系图:

属性

CGFloat fontSize
 Specifies the font size. 更多...
 
UIColor * fontColor
 Specifies the font color. 更多...
 
CGRect frame
 The frame layout of the image. 更多...
 
UIColor * wmColor
 The background color in the watermark frame. 更多...
 

详细描述

Timestamp watermark

属性说明

◆ fontColor

- (UIColor*) fontColor
readwritenonatomicstrong

Specifies the font color.

ARGB format. The default value is 0xFFFFFFFF, which is white.

◆ fontSize

- (CGFloat) fontSize
readwritenonatomicassign

Specifies the font size.

The default value is 17.

◆ frame

- (CGRect) frame
readwritenonatomicassign

The frame layout of the image.

If the width or height is not set, or both are set to 0, the watermark is inserted based on the original image size.

◆ wmColor

- (UIColor*) wmColor
readwritenonatomicstrong

The background color in the watermark frame.

ARGB format. The default value is 0x88888888, which is gray. Transparency setting is supported.


该类的文档由以下文件生成: