VirtualBackgroundSourceStateReason enum

The reason why the virtual background is not successfully enabled or the message that confirms success:

Inheritance

Constructors

VirtualBackgroundSourceStateReason()
const

Values

Success → const VirtualBackgroundSourceStateReason

The virtual background is successfully enabled.

ImageNotExist → const VirtualBackgroundSourceStateReason

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

ColorFormatNotSupported → const VirtualBackgroundSourceStateReason

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

DeviceNotSupported → const VirtualBackgroundSourceStateReason

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.