Options
All
  • Public
  • Public/Protected
  • All
Menu

Class VideoDenoiserOptions

The video noise reduction options.

since

v3.6.2

Hierarchy

  • VideoDenoiserOptions

Index

Properties

Optional denoiserLevel

denoiserLevel: undefined | number

The video noise reduction level:

  • 0: (Default) Promotes video quality during video noise reduction. 0 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.
  • 1: Promotes reducing performance consumption during video noise reduction. 1 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 1 when the camera is fixed.
  • 2: Enhanced video noise reduction. 2 prioritizes video noise reduction quality over reducing performance consumption. The performance consumption is higher, the video noise reduction speed is slower, and the video noise reduction quality is better. If 0 is not enough for your video noise reduction needs, you can use 2.

Optional denoiserMode

denoiserMode: undefined | number

The video noise reduction modeļ¼š

  • 0: (Default) Automatic mode. The SDK automatically enables or disables the video noise reduction feature according to the ambient light.
  • 1: Manual mode. Users need to enable or disable the video noise reduction feature manually.

Generated using TypeDoc