VirtualBackgroundSourceStateReason enum

The reason why virtual background is not successfully enabled. Since v3.5.0

Inheritance

Constructors

VirtualBackgroundSourceStateReason()
const

Values

Success → const VirtualBackgroundSourceStateReason

0: The virtual background is successfully enabled.

ImageNotExist → const VirtualBackgroundSourceStateReason

1: The custom background image does not exist. Please check the value of source in VirtualBackgroundSource .

ColorFormatNotSupported → const VirtualBackgroundSourceStateReason

2: The color format of the custom background image is invalid. Please check the value of color in VirtualBackgroundSource .

DeviceNotSupported → const VirtualBackgroundSourceStateReason

3: The device does not support using the virtual background.

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<VirtualBackgroundSourceStateReason>
A constant List of the values in this enum, in order of their declaration.