Video SDK for Linux API 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_t * | monitorID |
The screen name that to share and pre-process. | |
Definition at line 281 of file zoom_video_sdk_share_helper_interface.h.
|
inline |
Definition at line 287 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 284 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 285 of file zoom_video_sdk_share_helper_interface.h.
Referenced by ZoomVideoSDKSharePreprocessParam().
ZoomVideoSDKSharePreprocessType ZoomVideoSDKSharePreprocessParam::type |
The share pre-process type.
Definition at line 283 of file zoom_video_sdk_share_helper_interface.h.
Referenced by ZoomVideoSDKSharePreprocessParam().