Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
customized_share_render.h File Reference

ZOOM Custom Video Share Render Interface. More...

#include "zoom_sdk_def.h"

Go to the source code of this file.

Data Structures

class  ICustomizedShareRenderEvent
 Share render callback event. More...
 
class  IShareActionBase
 Share action base interface. More...
 
class  ICustomizedShareRender
 Share render interface. More...
 
class  IShareActionEvent
 The share action callback event. More...
 
class  IShareAction
 The share action interface. More...
 

Enumerations

enum  CustomizedViewShareMode { CSM_FULLFILL , CSM_LETTER_BOX }
 View mode of shared render. Here are more detailed structural descriptions. More...
 

Detailed Description

ZOOM Custom Video Share Render Interface.

Definition in file customized_share_render.h.

Enumeration Type Documentation

◆ CustomizedViewShareMode

View mode of shared render. Here are more detailed structural descriptions.

Enumerator
CSM_FULLFILL 

View the shared content in full screen mode.

CSM_LETTER_BOX 

View the shared content in original size.

Definition at line 15 of file customized_share_render.h.

16{
19};
@ CSM_LETTER_BOX
View the shared content in original size.
@ CSM_FULLFILL
View the shared content in full screen mode.