NERtcVirtualBackgroundSourceStateReason class

虚拟背景未成功启用的原因或确认成功的信息

Constructors

NERtcVirtualBackgroundSourceStateReason()

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

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