Sets the parameters for image watermarks 更多...
#import <NERtcEngineBase.h>
属性 | |
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.
|
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.
|
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.
|
readwritenonatomicstrong |
The image used for the watermark.
|
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.