ZegoScreenCaptureWindowState enum
The state of the screen capture source window changes.
Constructors
- ZegoScreenCaptureWindowState()
-
const
Values
- OnScreen → const ZegoScreenCaptureWindowState
-
The window is on the current screen, and the coordinate area changes.
- OffScreen → const ZegoScreenCaptureWindowState
-
The window leaves the current screen and pauses the capture.
- Destroy → const ZegoScreenCaptureWindowState
-
The window is destroy.
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<
ZegoScreenCaptureWindowState> - A constant List of the values in this enum, in order of their declaration.