ZegoScreenCaptureSourceExceptionType enum
Screen capture source exception type.
Constructors
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
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.