ZegoBackgroundProcessType Constants Reference
Declared in | ZegoExpressDefines.h |
---|
ZegoBackgroundProcessType
Video background process type.
Definition
typedef NS_ENUM(NSUInteger, ZegoBackgroundProcessType ) {
ZegoBackgroundProcessTypeTransparent = 0,
ZegoBackgroundProcessTypeColor = 1,
ZegoBackgroundProcessTypeBlur = 2,
ZegoBackgroundProcessTypeImage = 3,
ZegoBackgroundProcessTypeVideo = 4,
};
Constants
ZegoBackgroundProcessTypeTransparent
-
Background is transparent.
Declared In
ZegoExpressDefines.h
. ZegoBackgroundProcessTypeColor
-
Fill the background with a solid color.
Declared In
ZegoExpressDefines.h
. ZegoBackgroundProcessTypeBlur
-
Blur background.
Declared In
ZegoExpressDefines.h
. ZegoBackgroundProcessTypeImage
-
The background is the specified image.
Declared In
ZegoExpressDefines.h
. ZegoBackgroundProcessTypeVideo
-
The background is the specified video.
Declared In
ZegoExpressDefines.h
.
Declared In
ZegoExpressDefines.h