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...
 
class  IZoomVideoSDKRemoteControlRequestHandler
 
class  IZoomVideoSDKRemoteControlHelper
 Video SDK remote control interface. More...
 
struct  ZoomVideoSDKViewSize
 
class  IZoomVideoSDKShareAction
 
struct  ZoomVideoSDKSharePreprocessParam
 
class  IZoomVideoSDKSharePreprocessSender
 
class  IZoomVideoSDKSharePreprocessor
 
class  IZoomVideoSDKShareHelper
 

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

275{
279};
@ ZoomVideoSDKSharePreprocessType_view
For share view(application window).
@ ZoomVideoSDKSharePreprocessType_screen
For share screen(monitor).
@ ZoomVideoSDKSharePreprocessType_none
For initialization.