AgoraBlurDegree Constants Reference
Declared in | AgoraEnumerates.h |
---|---|
Availability | v3.5.1 |
AgoraBlurDegree
The degree of blurring applied to the custom background image.
Definition
typedef NS_ENUM(NSUInteger, AgoraBlurDegree ) {
AgoraBlurLow = 1,
AgoraBlurMedium = 2,
AgoraBlurHigh = 3,
};
Constants
AgoraBlurLow
-
1: The degree of blurring applied to the custom background image is low. The user can almost see the background clearly.
Declared In
AgoraEnumerates.h
. AgoraBlurMedium
-
2: The degree of blurring applied to the custom background image is medium. It is difficult for the user to recognize details in the background.
Declared In
AgoraEnumerates.h
. AgoraBlurHigh
-
3: (Default) The degree of blurring applied to the custom background image is high. The user can barely see any distinguishing features in the background.
Declared In
AgoraEnumerates.h
.
Availability
v3.5.1
Declared In
AgoraEnumerates.h