Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKSharePreprocessParam Class Reference

Parameters for share preprocessing including the type and screen/window identifiers. More...

#include <ZMVideoSDKShareHelper.h>

Inherits NSObject.

Properties

ZMVideoSDKSharePreprocessType type
 The share pre-process type.
 
CGDirectDisplayID monitorID
 The screen id that to share and pre-process.
 
CGWindowID windowID
 The window handle that to share and pre-process.
 

Detailed Description

Parameters for share preprocessing including the type and screen/window identifiers.

Definition at line 17 of file ZMVideoSDKShareHelper.h.

Property Documentation

◆ monitorID

- (CGDirectDisplayID) monitorID
readwritenonatomicassign

The screen id that to share and pre-process.

Definition at line 25 of file ZMVideoSDKShareHelper.h.

◆ type

- (ZMVideoSDKSharePreprocessType) type
readwritenonatomicassign

The share pre-process type.

Definition at line 21 of file ZMVideoSDKShareHelper.h.

◆ windowID

- (CGWindowID) windowID
readwritenonatomicassign

The window handle that to share and pre-process.

Definition at line 29 of file ZMVideoSDKShareHelper.h.