AgoraLowlightEnhanceLevel Constants Reference
Declared in | AgoraEnumerates.h |
---|---|
Availability | v3.6.2 |
AgoraLowlightEnhanceLevel
The low-light enhancement level.
Definition
typedef NS_ENUM(NSUInteger, AgoraLowlightEnhanceLevel ) {
AgoraLowlightEnhanceLevelQuality = 0,
AgoraLowlightEnhanceLevelFast = 1,
};
Constants
AgoraLowlightEnhanceLevelQuality
-
0: (Default) Promotes video quality during low-light enhancement. It processes the brightness, details, and noise of the video image. The performance consumption is moderate, the processing speed is moderate, and the overall video quality is optimal.
Declared In
AgoraEnumerates.h
. AgoraLowlightEnhanceLevelFast
-
1: Promotes performance during low-light enhancement. It processes the brightness and details of the video image. The processing speed is faster.
Declared In
AgoraEnumerates.h
.
Availability
v3.6.2
Declared In
AgoraEnumerates.h