ZegoBackgroundConfig class

背景的配置。

用于在开启主体分割时,配置背景。

Constructors

ZegoBackgroundConfig(ZegoBackgroundProcessType processType, int color, String imageURL, String videoURL, ZegoBackgroundBlurLevel blurLevel)
ZegoBackgroundConfig.defaultConfig()
默认构造一个背景图配置对象。

Properties

blurLevel ZegoBackgroundBlurLevel
背景虚化级别。
getter/setter pair
color ↔ int
背景颜色,格式为 0xRRGGBB,默认为黑色即 0x000000
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
imageURL ↔ String
背景图路径。支持本地文件绝对路径 (file://xxx)。 格式支持 png、jpg。
getter/setter pair
processType ZegoBackgroundProcessType
背景处理类型。
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
videoURL ↔ String
背景视频路径。注意事项:1. 视频将循环播放。2. 支持本地文件绝对路径 (file://xxx)。 3. 格式支持 MP4、FLV、MKV、AVI。4. 分辨率最大不超过4096px,推荐1920px以内。5. 视频时长最大不超过30秒,推荐15秒以内。6. 视频大小最大不超过50MB,推荐10MB以内。
getter/setter pair

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