ZegoDummyCaptureImageMode enum
虚拟采集图片模式。
Constructors
- ZegoDummyCaptureImageMode()
-
const
Values
- Manual → const ZegoDummyCaptureImageMode
-
手动模式。用户需要调用
EnableCamera
接口关闭摄像头采集,SDK 才会开启虚拟图片推流。 - Auto → const ZegoDummyCaptureImageMode
-
自动模式。SDK 内部检查到摄像头不可用后,使用虚拟图片推流。
Properties
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<
ZegoDummyCaptureImageMode> - A constant List of the values in this enum, in order of their declaration.