VirtualBackgroundSourceStateReason enum Null safety

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

Constants

ColorFormatNotSupported → const VirtualBackgroundSourceStateReason

自定义的背景图颜色格式出错。请检查 VirtualBackgroundSource 中 color 的值。

@JsonValue(2)
const VirtualBackgroundSourceStateReason(2)
DeviceNotSupported → const VirtualBackgroundSourceStateReason

设备不支持使用虚拟背景。

@JsonValue(3)
const VirtualBackgroundSourceStateReason(3)
ImageNotExist → const VirtualBackgroundSourceStateReason

自定义的背景图不存在。请检查 VirtualBackgroundSource 中 source 的值。

@JsonValue(1)
const VirtualBackgroundSourceStateReason(1)
Success → const VirtualBackgroundSourceStateReason

虚拟背景已成功开启。

@JsonValue(0)
const VirtualBackgroundSourceStateReason(0)
values → const List<VirtualBackgroundSourceStateReason>

A constant List of the values in this enum, in order of their declaration.

const List<VirtualBackgroundSourceStateReason>

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
index int

The integer index of this enum.

final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
override

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited