NERoomVirtualBackgroundSourceStateReason class Null safety

Constructors

NERoomVirtualBackgroundSourceStateReason()

Properties

hashCode int
The hash code for this object.
read-only, inherited
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.
inherited

Operators

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

Constants

kColorFormatNotSupported → const int
自定义背景图片的颜色格式无效。 请检查 VirtualBackgroundSource 中 color 的值。
3
kDeviceNotSupported → const int
该设备不支持使用虚拟背景。
4
kImageFormatNotSupported → const int
自定义背景图片的图片格式无效。 请检查 VirtualBackgroundSource 中 source 的值
2
kImageNotExist → const int
自定义背景图片不存在。 请检查 VirtualBackgroundSource 中 source 的值。
1
kSuccess → const int
虚拟背景开启成功。
0