BackgroundSourceType enum

The custom background.

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

BackgroundSourceType()
const

Values

backgroundNone → const BackgroundSourceType

0: Process the background as alpha information without replacement, only separating the portrait and the background. After setting this value, you can call startLocalVideoTranscoder to implement the picture-in-picture effect.

backgroundColor → const BackgroundSourceType

1: (Default) The background image is a solid color.

backgroundImg → const BackgroundSourceType

2: The background is an image in PNG or JPG format.

backgroundBlur → const BackgroundSourceType

3: The background is a blurred version of the original background.

backgroundVideo → const BackgroundSourceType

4: The background is a local video in MP4, AVI, MKV, FLV, or other supported formats.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Constants

values → const List<BackgroundSourceType>
A constant List of the values in this enum, in order of their declaration.