ZOOM Windows SDK
5.2.42037.1112
|
Video filter setting interface. More...
#include <setting_service_interface.h>
Public Member Functions | |
virtual SDKError | SetVideoFilterEvent (IVideoFilterSettingContextEvent *pEvent)=0 |
Video filter callback handler. More... | |
virtual bool | IsSupportVideoFilter ()=0 |
Determine if the video filter feature is supported by the meeting. More... | |
virtual bool | IsVideoFilterEnabled ()=0 |
Determine if the video filter feature is enabled. More... | |
virtual bool | IsVideoFilterLocked ()=0 |
Determine if the video filter feature is locked. More... | |
virtual IList< IVideoFilterImageInfo *> * | GetVideoFilterImageList ()=0 |
Get the list of the video filter images. More... | |
virtual SDKError | UseVideoFilterImage (IVideoFilterImageInfo *pImage)=0 |
Specify an image to be the video filter image. More... | |
virtual ITestVideoDeviceHelper * | GetTestVideoDeviceHelper ()=0 |
Get the pointer to ITestVideoDeviceHelper which is used to preview the video with virtual background image. More... | |
Video filter setting interface.
|
pure virtual |
Get the pointer to ITestVideoDeviceHelper which is used to preview the video with virtual background image.
|
pure virtual |
Get the list of the video filter images.
|
pure virtual |
Determine if the video filter feature is supported by the meeting.
|
pure virtual |
Determine if the video filter feature is enabled.
|
pure virtual |
Determine if the video filter feature is locked.
|
pure virtual |
Video filter callback handler.
pEvent | A pointer to the IVideoFilterSettingContextEvent that receives video filter event. |
|
pure virtual |
Specify an image to be the video filter image.
pImage | Specify the image to use. To get extended information, see IVideoFilterImageInfo enum. |