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

#include <zoom_video_sdk_share_helper_interface.h>

Public Member Functions

 ZoomVideoSDKSharePreprocessParam ()
 

Public Attributes

ZoomVideoSDKSharePreprocessType type
 The share pre-process type.
 
void * handle
 The window handle that to share and pre-process.

 
const zchar_tmonitorID
 The screen name that to share and pre-process.
 

Detailed Description

Definition at line 281 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ZoomVideoSDKSharePreprocessParam()

ZoomVideoSDKSharePreprocessParam::ZoomVideoSDKSharePreprocessParam ( )
inline

Definition at line 287 of file zoom_video_sdk_share_helper_interface.h.

288 {
290 handle = nullptr;
291 monitorID = nullptr;
292 }
void * handle
The window handle that to share and pre-process.
const zchar_t * monitorID
The screen name that to share and pre-process.
ZoomVideoSDKSharePreprocessType type
The share pre-process type.
@ ZoomVideoSDKSharePreprocessType_none
For initialization.

References handle, monitorID, type, and ZoomVideoSDKSharePreprocessType_none.

Member Data Documentation

◆ handle

void* ZoomVideoSDKSharePreprocessParam::handle

The window handle that to share and pre-process.

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

Referenced by ZoomVideoSDKSharePreprocessParam().

◆ type

ZoomVideoSDKSharePreprocessType ZoomVideoSDKSharePreprocessParam::type

The share pre-process type.

Definition at line 283 of file zoom_video_sdk_share_helper_interface.h.

Referenced by ZoomVideoSDKSharePreprocessParam().