ZegoScreenCaptureSourceInfo class

屏幕采集源信息。

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?
图标的图像内容。
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
sourceID ↔ int
采集源的 ID。
getter/setter pair
sourceName ↔ String
采集源名称(采用 UTF8 编码)。
getter/setter pair
sourceType ZegoScreenCaptureSourceType
屏幕采集的目标类型。(仅适用于桌面端)
getter/setter pair
thumbnailImage ↔ MemoryImage?
采集窗口的缩略图。
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