Meeting Service Sharing Interface. More...
#include "zoom_sdk_def.h"
Go to the source code of this file.
Data Structures | |
struct | tagZoomSDKSharingSourceInfo |
Visible shared source information. Here are more detailed structural descriptions.. More... | |
class | IShareSwitchMultiToSingleConfirmHandler |
Reminder handler of switching from multi-share to single share. More... | |
class | IMeetingShareCtrlEvent |
Callback event of meeting share controller. More... | |
class | IMeetingShareController |
Meeting share controller interface. More... | |
Typedefs | |
typedef struct tagZoomSDKSharingSourceInfo | ZoomSDKSharingSourceInfo |
Enumerations | |
enum | ShareSettingType { ShareSettingType_LOCK_SHARE , ShareSettingType_HOST_GRAB , ShareSettingType_ANYONE_GRAB , ShareSettingType_MULTI_SHARE } |
Share setting type. Here are more detailed structural descriptions.. More... | |
enum | AudioShareMode { AudioShareMode_Mono , AudioShareMode_Stereo } |
Audio share mode. Here are more detailed structural descriptions. More... | |
enum | AdvanceShareOption { AdvanceShareOption_ShareFrame , AdvanceShareOption_PureComputerAudio , AdvanceShareOption_ShareCamera } |
enum | MultiShareOption { Enable_Multi_Share = 0 , Enable_Only_HOST_Start_Share , Enable_Only_HOST_Grab_Share , Enable_All_Grab_Share } |
enum | ZoomSDKVideoFileSharePlayError { ZoomSDKVideoFileSharePlayError_None , ZoomSDKVideoFileSharePlayError_Not_Supported , ZoomSDKVideoFileSharePlayError_Resolution_Too_High , ZoomSDKVideoFileSharePlayError_Open_Fail , ZoomSDKVideoFileSharePlayError_Play_Fail , ZoomSDKVideoFileSharePlayError_Seek_Fail } |
Meeting Service Sharing Interface.
Definition in file meeting_sharing_interface.h.
typedef struct tagZoomSDKSharingSourceInfo ZoomSDKSharingSourceInfo |
enum AdvanceShareOption |
Additional type of current sharing sent to others. Here are more detailed structural descriptions.
Definition at line 71 of file meeting_sharing_interface.h.
enum AudioShareMode |
Audio share mode. Here are more detailed structural descriptions.
Enumerator | |
---|---|
AudioShareMode_Mono | Mono mode. |
AudioShareMode_Stereo | Stereo mode. |
Definition at line 28 of file meeting_sharing_interface.h.
enum MultiShareOption |
Definition at line 78 of file meeting_sharing_interface.h.
enum ShareSettingType |
Share setting type. Here are more detailed structural descriptions..
Definition at line 15 of file meeting_sharing_interface.h.
Definition at line 86 of file meeting_sharing_interface.h.