JRTCSDK-iOS v2401.0
视频客服 API 文档
载入中...
搜索中...
未找到
构造函数 | 所有成员列表
JRTCRecordWatermarkImage类 参考

#import <JRTCRecordWatermark.h>

构造函数

(instancetype) - initPosX:posY:filePath:
 
(instancetype) - initPosX:posY:image:
 
- 构造函数 继承自 JRTCRecordWatermark
(instancetype) - initPosX:posY:
 

额外继承的成员函数

- 属性 继承自 JRTCRecordWatermark
int posX
 
int posY
 
int width
 
int height
 

详细描述

图片水印

函数文档

◆ initPosX:posY:filePath:

- (instancetype) initPosX: (int)  posX
posY: (int)  posY
filePath: (NSString *)  filePath 

初始化图片水印

参数
posX相对于原点(左上角),X轴坐标(右为正数)
posY相对于原点(左上角),Y轴坐标(下为正数)
filePath图片路径

◆ initPosX:posY:image:

- (instancetype) initPosX: (int)  posX
posY: (int)  posY
image: (UIImage *)  image 

初始化图片水印

参数
posX相对于原点(左上角),X轴坐标(右为正数)
posY相对于原点(左上角),Y轴坐标(下为正数)
image图片对象