ZegoScreenCaptureSourceExceptionType enum

Screen capture source exception type.

Inheritance
  • Object
  • Enum
  • ZegoScreenCaptureSourceExceptionType

Constructors

ZegoScreenCaptureSourceExceptionType()
const

Values

Unknown → const ZegoScreenCaptureSourceExceptionType

Unknown exception type.

Invalid → const ZegoScreenCaptureSourceExceptionType

The capture target fails, such as the monitor is unplugged and the window is closed.

Failed → const ZegoScreenCaptureSourceExceptionType

Failed to collect target, internal reasons of the system.

PublishRegionInvalid → const ZegoScreenCaptureSourceExceptionType

The set publish region is invalid, and the publish region is not within the capture screen region.

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<ZegoScreenCaptureSourceExceptionType>
A constant List of the values in this enum, in order of their declaration.