logo
On this page

ZegoScreenCaptureSourceInfo

ZegoScreenCaptureSourceInfo

The screen captures source information.

Declared in ZegoExpressDefines.h

Properties

sourceType

sourceType
nonatomic, assign ZegoScreenCaptureSourceType sourceType

Target type for screen capture. (only for desktop)

sourceID

sourceID
nonatomic, assign unsigned int sourceID

The ID of the capture source.

sourceName

sourceName
nonatomic, copy NSString * sourceName

Capture source name (in UTF8 encoding).

thumbnailImage

thumbnailImage
nonatomic, copy ZGImage * _Nullable thumbnailImage

Thumbnail of the capture window.

iconImage

iconImage
nonatomic, copy ZGImage * _Nullable iconImage

The image content of the icon.

Previous

zegoscreencapturesourceeventhandler

Next

zegoseiconfig

On this page

Back to top