Windows SDK 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  ICustomizedShareRender
 Share render 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 
CSM_LETTER_BOX 

View the shared content in full screen mode.

Definition at line 15 of file customized_share_render.h.

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