NERoomVirtualBackgroundSourceStateReason class

Properties

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

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