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

Sets the parameters for image watermarks 更多...

#import <NERtcEngineBase.h>

类 NERtcImageWatermarkConfig 继承关系图:

属性

NSArray< UIImage * > * images
 The image used for the watermark. 更多...
 
NSUInteger fps
 Specifies the frame rate. 更多...
 
BOOL loop
 Specifies whether to loop. 更多...
 
CGRect frame
 The frame layout of the image. 更多...
 

详细描述

Sets the parameters for image watermarks

Supports 4 image watermarks.

属性说明

◆ fps

- (NSUInteger) fps
readwritenonatomicassign

Specifies the frame rate.

The default value is 0 fps, which indicates that the images are not flipped automatically. Images are displayed in static single frames.

◆ 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.

◆ images

- (NSArray<UIImage *>*) images
readwritenonatomicstrong

The image used for the watermark.

◆ loop

- (BOOL) loop
readwritenonatomicassign

Specifies whether to loop.

By default, loop is enabled. If the value is set to false, the watermarks disappear when the playback is complete.


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