ZegoBackgroundConfig class

Background config.

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

Constructors

ZegoBackgroundConfig(ZegoBackgroundProcessType processType, int color, String imageURL, String videoURL, ZegoBackgroundBlurLevel blurLevel)
ZegoBackgroundConfig.defaultConfig()
Constructs a background image configuration object by default.

Properties

blurLevel ZegoBackgroundBlurLevel
Background blur level.
read / write
color ↔ int
Background color, the format is 0xRRGGBB, default is black, which is 0x000000
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
imageURL ↔ String
Background image URL.
read / write
processType ZegoBackgroundProcessType
Background process type.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
videoURL ↔ String
Background video URL.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited