Video SDK for Windows API Reference
|
#include <zoom_video_sdk_share_helper_interface.h>
Public Member Functions | |
ZoomVideoSDKSharePreprocessParam () | |
Data Fields | |
ZoomVideoSDKSharePreprocessType | type |
void * | handle |
const zchar_t * | monitorID |
Definition at line 337 of file zoom_video_sdk_share_helper_interface.h.
|
inline |
Definition at line 346 of file zoom_video_sdk_share_helper_interface.h.
References handle, monitorID, type, and ZoomVideoSDKSharePreprocessType_none.
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().
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().
ZoomVideoSDKSharePreprocessType ZoomVideoSDKSharePreprocessParam::type |
The share pre-process type
Definition at line 340 of file zoom_video_sdk_share_helper_interface.h.
Referenced by ZoomVideoSDKSharePreprocessParam().