ZOOM Windows SDK
5.2.42037.1112
|
Video container interface. More...
#include <customized_video_container.h>
Public Member Functions | |
virtual SDKError | SetEvent (ICustomizedVideoContainerEvent *pEvent)=0 |
Set video container callback event handler. More... | |
virtual SDKError | CreateVideoElement (IVideoRenderElement **ppElement, VideoRenderElementType type_)=0 |
Create a video render element. More... | |
virtual SDKError | DestroyVideoElement (IVideoRenderElement *ppElement)=0 |
Destroy a video render element. More... | |
virtual SDKError | DestroyAllVideoElement ()=0 |
Destroy all the video render element. More... | |
virtual SDKError | Show ()=0 |
Show the video container. More... | |
virtual SDKError | Hide ()=0 |
Hide the video container. More... | |
virtual SDKError | Resize (RECT rc)=0 |
Resize the video container in the specified area. More... | |
virtual IList< IVideoRenderElement *> * | GetVideoElementList ()=0 |
Get the list of video render elements in the current container. More... | |
Video container interface.
|
pure virtual |
Create a video render element.
[out] | ppElement | Once the function succeeds, the parameter will store the pointer to the video render element. |
type_ | Specify the type of the video render element to be created. |
|
pure virtual |
Destroy all the video render element.
|
pure virtual |
Destroy a video render element.
ppElement | Specify the video render element to be destroyed. |
|
pure virtual |
Get the list of video render elements in the current container.
|
pure virtual |
Hide the video container.
|
pure virtual |
Resize the video container in the specified area.
rc | Specify a new display area. The coordinate value of the structure is that of the parent window of video container. |
|
pure virtual |
Set video container callback event handler.
pEvent | A pointer to the ICustomizedVideoContainerEvent that receives video container callback event. |
|
pure virtual |
Show the video container.