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 337 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKSharePreprocessParam()

ZoomVideoSDKSharePreprocessParam::ZoomVideoSDKSharePreprocessParam ( )
inline

Field Documentation

◆ handle

void* ZoomVideoSDKSharePreprocessParam::handle

The window handle that to share and pre-process.

Definition at line 342 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 344 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKSharePreprocessParam().

◆ type

ZoomVideoSDKSharePreprocessType ZoomVideoSDKSharePreprocessParam::type

The share pre-process type

Definition at line 340 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKSharePreprocessParam().