ZegoScreenCaptureSourceInfo class

The screen captures source information.

Constructors

ZegoScreenCaptureSourceInfo(ZegoScreenCaptureSourceType sourceType, int sourceID, String sourceName, dynamic thumbnailImage, dynamic iconImage)

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
iconImage ↔ dynamic
The image content of the icon.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
sourceID ↔ int
The ID of the capture source.
read / write
sourceName ↔ String
Capture source name (in UTF8 encoding).
read / write
sourceType ZegoScreenCaptureSourceType
Target type for screen capture. (only for desktop)
read / write
thumbnailImage ↔ dynamic
Thumbnail of the capture window.
read / write

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