ZOOM Windows SDK  5.2.42037.1112
Classes | Enumerations
customized_video_container.h File Reference

ZOOM Custom Video Container Interface. More...

#include "..\zoom_sdk_def.h"

Go to the source code of this file.

Classes

class  IVideoRenderElement
 The base class for the video element interface. More...
 
class  IPreviewVideoRenderElement
 The interface to preview the video render element of the participant who joins the meeting before the host. More...
 
class  IActiveVideoRenderElement
 The active video render element interface in the meeting. More...
 
class  INormalVideoRenderElement
 Normal video render element interface in the meeting. More...
 
class  ICustomizedVideoContainerEvent
 Callback event of custom video container. More...
 
class  ICustomizedVideoContainer
 Video container interface. More...
 

Enumerations

enum  VideoRenderElementType { VideoRenderElement_None, VideoRenderElement_PRVIEW, VideoRenderElement_ACTIVE, VideoRenderElement_NORMAL }
 Type of the video render element. Here are more detailed structural descriptions. More...
 
enum  VideoRenderDataType { VideoRenderData_None, VideoRenderData_Video, VideoRenderData_Avatar, VideoRenderData_ScreenName }
 Data type of the video render element. Here are more detailed structural descriptions. More...
 

Detailed Description

ZOOM Custom Video Container Interface.

Enumeration Type Documentation

◆ VideoRenderDataType

Data type of the video render element. Here are more detailed structural descriptions.

Enumerator
VideoRenderData_None 

For initiation.

VideoRenderData_Video 

Data type including the video data.

VideoRenderData_Avatar 

Data type without video data.

VideoRenderData_ScreenName 

Data type of screen name only.

◆ VideoRenderElementType

Type of the video render element. Here are more detailed structural descriptions.

Enumerator
VideoRenderElement_None 

For initiation.

VideoRenderElement_PRVIEW 

Preview type, see IPreviewVideoRenderElement.

VideoRenderElement_ACTIVE 

Active type, see IActiveVideoRenderElement.

VideoRenderElement_NORMAL 

Normal type, see INormalVideoRenderElement.