ZegoBackgroundConfig Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

It is used to configure background when the object segmentation is turned on.

  processType

Background process type.

@property (nonatomic, assign) ZegoBackgroundProcessType processType

Declared In

ZegoExpressDefines.h

  color

Background color, the format is 0xRRGGBB, default is black, which is 0x000000

@property (nonatomic, assign) int color

Declared In

ZegoExpressDefines.h

  imageURL

Background image URL.

@property (nonatomic, copy) NSString *imageURL

Declared In

ZegoExpressDefines.h

  videoURL

Background video URL.

@property (nonatomic, copy) NSString *videoURL

Declared In

ZegoExpressDefines.h

  blurLevel

Background blur level.

@property (nonatomic, assign) ZegoBackgroundBlurLevel blurLevel

Declared In

ZegoExpressDefines.h