AgoraVideoDenoiserLevel Constants Reference
Declared in | AgoraEnumerates.h |
---|---|
Availability | v3.6.2 |
AgoraVideoDenoiserLevel
The video noise reduction level.
Definition
typedef NS_ENUM(NSUInteger, AgoraVideoDenoiserLevel ) {
AgoraVideoDenoiserLevelHighQuality = 0,
AgoraVideoDenoiserLevelFast = 1,
AgoraVideoDenoiserLevelStrength = 2,
};
Constants
AgoraVideoDenoiserLevelHighQuality
-
0: (Default) Promotes video quality during video noise reduction.
HighQuality
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.Declared In
AgoraEnumerates.h
. AgoraVideoDenoiserLevelFast
-
1: Promotes reducing performance consumption during video noise reduction.
Fast
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 useFast
when the camera is fixed.Declared In
AgoraEnumerates.h
. AgoraVideoDenoiserLevelStrength
-
2: Enhanced video noise reduction.
Strength
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. IfHighQuality
is not enough for your video noise reduction needs, you can useStrength
.Declared In
AgoraEnumerates.h
.
Availability
v3.6.2
Declared In
AgoraEnumerates.h