ZegoMixImageCheckMode enum

Mixed stream sets the image parameter check mode.

Inheritance
  • Object
  • Enum
  • ZegoMixImageCheckMode

Constructors

ZegoMixImageCheckMode()
const

Values

Normal → const ZegoMixImageCheckMode

Strictly perform image verification, set the background image, watermark will verify the image path, the image occupy set in the mixed flow input parameter will also verify whether the set image resource request is successful, in order to normally initiate mixed flow, otherwise fail to initiate mixed flow.

Path → const ZegoMixImageCheckMode

Only verify image path URI/URL As long as the path is correct, the mixed flow is successfully initiated.

Nothing → const ZegoMixImageCheckMode

The mixed flow can be initiated successfully without checking the related parameters of the picture.

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
index → int
A numeric identifier for the enumerated value.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

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]