Video SDK for Windows API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKSharePreprocessParam Struct Reference

#include <zoom_video_sdk_share_helper_interface.h>

Public Member Functions

 ZoomVideoSDKSharePreprocessParam ()
 

Data Fields

ZoomVideoSDKSharePreprocessType type
 
void * handle
 
const zchar_tmonitorID
 

Detailed Description

Definition at line 348 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKSharePreprocessParam()

ZoomVideoSDKSharePreprocessParam::ZoomVideoSDKSharePreprocessParam ( )
inline

Definition at line 360 of file zoom_video_sdk_share_helper_interface.h.

361 {
363 handle = nullptr;
364 monitorID = nullptr;
365#if defined(__MACOS__)
366 processID = 0;
367#endif
368 }

References handle, monitorID, type, and ZoomVideoSDKSharePreprocessType_none.

Field Documentation

◆ handle

void* ZoomVideoSDKSharePreprocessParam::handle

The window handle that to share and pre-process.

Definition at line 353 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKSharePreprocessParam().

◆ monitorID

const zchar_t* ZoomVideoSDKSharePreprocessParam::monitorID

The screen name that to share and pre-process.

Definition at line 355 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKSharePreprocessParam().

◆ type

ZoomVideoSDKSharePreprocessType ZoomVideoSDKSharePreprocessParam::type

The share pre-process type

Definition at line 351 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKSharePreprocessParam().