ZOOM Windows SDK  5.2.42037.1112
Public Member Functions | List of all members
ICustomizedUIMgrEvent Class Referenceabstract

The callback event of custom UI manager interface. More...

#include <customized_ui_mgr.h>

Public Member Functions

virtual void onVideoContainerDestroyed (ICustomizedVideoContainer *pContainer)=0
 The callback will be triggered before the video container is destroyed. More...
 
virtual void onShareRenderDestroyed (ICustomizedShareRender *pRender)=0
 The callback will be triggered before the shared render is destroyed. More...
 

Detailed Description

The callback event of custom UI manager interface.

Member Function Documentation

◆ onShareRenderDestroyed()

virtual void ICustomizedUIMgrEvent::onShareRenderDestroyed ( ICustomizedShareRender pRender)
pure virtual

The callback will be triggered before the shared render is destroyed.

Parameters
pRenderSpecify the shared render to be destroyed.
Remarks
The specified shared render will be destroyed once the function calls end. The user should complete the operations related to the shared render before the function calls end.

◆ onVideoContainerDestroyed()

virtual void ICustomizedUIMgrEvent::onVideoContainerDestroyed ( ICustomizedVideoContainer pContainer)
pure virtual

The callback will be triggered before the video container is destroyed.

Parameters
pContainerSpecify the video container to be destroyed.
Remarks
The specified container will be destroyed once the function calls end. The user should complete the operations related to the video container before the function calls end.

The documentation for this class was generated from the following file: