ZegoScreenCaptureSourceInfo class
The screen captures source information.
Constructors
- ZegoScreenCaptureSourceInfo(ZegoScreenCaptureSourceType sourceType, int sourceID, String sourceName, MemoryImage? thumbnailImage, MemoryImage? iconImage)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconImage ↔ MemoryImage?
-
The image content of the icon.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceID ↔ int
-
The ID of the capture source.
getter/setter pair
- sourceName ↔ String
-
Capture source name (in UTF8 encoding).
getter/setter pair
- sourceType ↔ ZegoScreenCaptureSourceType
-
Target type for screen capture. (only for desktop)
getter/setter pair
- thumbnailImage ↔ MemoryImage?
-
Thumbnail of the capture window.
getter/setter pair
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