NIMNetCallVideoProcessorParam Class Reference

Inherits from NSObject
Declared in NIMNetCallVideoProcessorParam.h

Overview

前处理参数

  filterType

美颜类型

@property (nonatomic) NIMNetCallFilterType filterType

Discussion

美颜类型

Declared In

NIMNetCallVideoProcessorParam.h

  contrastIntensity

对比度强度 [0-4] 默认为 1

@property (nonatomic) float contrastIntensity

Discussion

对比度强度 [0-4] 默认为 1

Declared In

NIMNetCallVideoProcessorParam.h

  smoothIntensity

磨皮强度 [0-1] 默认为 0

@property (nonatomic) float smoothIntensity

Discussion

磨皮强度 [0-1] 默认为 0

Declared In

NIMNetCallVideoProcessorParam.h

  waterMarkParam

水印参数 如果需要在通话开始时添加请指定

@property (nonatomic, strong) NIMNetCallVideoWaterMarkParam *waterMarkParam

Discussion

水印参数 如果需要在通话开始时添加请指定

Declared In

NIMNetCallVideoProcessorParam.h