|
Meeting SDK for Windows API Reference
|
ZOOM Custom Video Container Interface.
More...
#include "zoom_sdk_def.h"Go to the source code of this file.
Data Structures | |
| 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... | |
ZOOM Custom Video Container Interface.
Definition in file customized_video_container.h.
| enum VideoRenderDataType |
Data type of the video render element. Here are more detailed structural descriptions.
Definition at line 31 of file customized_video_container.h.
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. |
Definition at line 15 of file customized_video_container.h.
| Enumerator | |
|---|---|
| VideoRenderResolution_None | For initiation |
| VideoRenderResolution_90p | |
| VideoRenderResolution_180p | |
| VideoRenderResolution_360p | |
| VideoRenderResolution_720p | |
| VideoRenderResolution_1080p | |
Definition at line 43 of file customized_video_container.h.
Definition at line 190 of file customized_video_container.h.