ZegoScreenCaptureSourceInfo constructor
- ZegoScreenCaptureSourceType sourceType,
- int sourceID,
- String sourceName,
- MemoryImage? thumbnailImage,
- MemoryImage? iconImage
Implementation
ZegoScreenCaptureSourceInfo(this.sourceType, this.sourceID, this.sourceName,
this.thumbnailImage, this.iconImage);