Video SDK for Windows API Reference
Loading...
Searching...
No Matches
zoom_video_sdk_share_helper_interface.h File Reference

Share helper. More...

Go to the source code of this file.

Data Structures

struct  ZoomVideoSDKShareOption
class  IZoomVideoSDKShareSender
 Share raw data sender interface. More...
class  IZoomVideoSDKShareSource
 Share source sink interface. More...
class  IZoomVideoSDKShareAudioSender
class  IZoomVideoSDKShareAudioSource
class  IMonitorListBuilder
 Monitor List Builder. More...
struct  ZoomVideoSDKViewSize
class  IZoomVideoSDKShareAction
struct  ZoomVideoSDKSharePreprocessParam
class  IZoomVideoSDKSharePreprocessSender
class  IZoomVideoSDKSharePreprocessor
class  IZoomVideoSDKShareHelper
 Share helper interface. More...

Enumerations

enum  ZoomVideoSDKSharePreprocessType { ZoomVideoSDKSharePreprocessType_none , ZoomVideoSDKSharePreprocessType_screen , ZoomVideoSDKSharePreprocessType_view }

Detailed Description

Share helper.

Definition in file zoom_video_sdk_share_helper_interface.h.

Enumeration Type Documentation

◆ ZoomVideoSDKSharePreprocessType

Enumerator
ZoomVideoSDKSharePreprocessType_none 

For initialization.

ZoomVideoSDKSharePreprocessType_screen 

For share screen(monitor).

ZoomVideoSDKSharePreprocessType_view 

For share view(application window).

Definition at line 334 of file zoom_video_sdk_share_helper_interface.h.

335{
342#if defined(__MACOS__)
344 ZoomVideoSDKSharePreprocessType_process
345#endif
346};