ZegoScreenCaptureSourceInfo class

屏幕采集源信息。

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