Agora RTC Objective-C API Reference  Refactor
Data Fields
VideoDenoiserOptions Struct Reference

Data Fields

VIDEO_DENOISER_MODE mode
 
VIDEO_DENOISER_LEVEL level
 

Detailed Description

Since
v4.0.0

Member Enumeration Documentation

◆ VIDEO_DENOISER_MODE

Video noise reduction mode.

Enumerator
VIDEO_DENOISER_AUTO 

0: (Default) Automatic mode. The SDK automatically enables or disables the video noise reduction feature according to the ambient light.

VIDEO_DENOISER_MANUAL 

1: Manual mode. Users need to enable or disable the video noise reduction feature manually.

◆ VIDEO_DENOISER_LEVEL

Video noise reduction level.

Enumerator
VIDEO_DENOISER_LEVEL_HIGH_QUALITY 

0: (Default) Promotes video quality during video noise reduction. balances performance consumption and video noise reduction quality. The performance consumption is moderate, the video noise reduction speed is moderate, and the overall video quality is optimal.

VIDEO_DENOISER_LEVEL_FAST 

1: Promotes reducing performance consumption during video noise reduction. It prioritizes reducing performance consumption over video noise reduction quality. The performance consumption is lower, and the video noise reduction speed is faster. To avoid a noticeable shadowing effect (shadows trailing behind moving objects) in the processed video, Agora recommends that you use this setting when the camera is fixed.

Constructor & Destructor Documentation

◆ VideoDenoiserOptions() [1/2]

VideoDenoiserOptions ( VIDEO_DENOISER_MODE  denoiserMode,
VIDEO_DENOISER_LEVEL  denoiserLevel 
)
inline

◆ VideoDenoiserOptions() [2/2]

Field Documentation

◆ mode

Video noise reduction mode. See VIDEO_DENOISER_MODE.

◆ level

Video noise reduction level. See VIDEO_DENOISER_LEVEL.