ZegoMixImageCheckMode enum
混流设置图片参数检查模式
- Inheritance
-
- Object
- Enum
- ZegoMixImageCheckMode
Constructors
- ZegoMixImageCheckMode()
-
const
Values
- Normal → const ZegoMixImageCheckMode
-
严格执行图片校验,设置的背景图,水印会校验图片路径,混流输入参数中设置的图片占位还会校验设置的图片资源是否请求成功,才能正常发起混流,否则发起混流失败。
- Path → const ZegoMixImageCheckMode
-
仅校验图片路径 URI/URL 只要路径正确即可发起混流成功。
- Nothing → const ZegoMixImageCheckMode
-
不检验图片相关参数,即可发起混流成功。
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
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
-
values
→ const List<
ZegoMixImageCheckMode> -
A constant List of the values in this enum, in order of their declaration.
[Normal, Path, Nothing]