ZOOM Windows SDK
5.2.42037.1112
|
Normal video render element interface in the meeting. More...
#include <customized_video_container.h>
Inherits IVideoRenderElement.
Public Member Functions | |
virtual SDKError | Subscribe (unsigned int userid)=0 |
Show the data of the specified user through normal render mode. More... | |
virtual SDKError | Unsubscribe (unsigned int userid)=0 |
Unsubscribe the data of the specified user. More... | |
Public Member Functions inherited from IVideoRenderElement | |
virtual VideoRenderElementType | GetType ()=0 |
Get the type of the video render element. More... | |
virtual RECT | GetPos ()=0 |
Get the area where the current render element is. More... | |
virtual SDKError | SetPos (RECT pos)=0 |
Specify a new display area of the current render element. More... | |
virtual SDKError | Show ()=0 |
Show the render element. More... | |
virtual SDKError | Hide ()=0 |
Hide the render element. More... | |
virtual unsigned int | GetCurrentRenderUserId ()=0 |
Get the user ID corresponding to the current render element. More... | |
virtual VideoRenderDataType | GetCurrentRenderDataType ()=0 |
Get the data type of the current render element. More... | |
virtual SDKError | EnableShowScreenNameOnVideo (bool enable_show)=0 |
Set the visibility of the screen name on the current render element. More... | |
Normal video render element interface in the meeting.
|
pure virtual |
Show the data of the specified user through normal render mode.
userid | Specify the user ID. |
|
pure virtual |
Unsubscribe the data of the specified user.
userid | Specify the ID of user that you want to unsubscribe his data. |