Virtual background context Callback Event.
More...
#include <setting_service_interface.h>
Virtual background context Callback Event.
Definition at line 2211 of file setting_service_interface.h.
◆ ~IVirtualBGSettingContextEvent()
virtual IVirtualBGSettingContextEvent::~IVirtualBGSettingContextEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onGreenVBDidUpdateWithReplaceColor()
virtual void IVirtualBGSettingContextEvent::onGreenVBDidUpdateWithReplaceColor |
( |
DWORD | selectedColor | ) |
|
|
pure virtual |
Notification of the virtual background effect is updated with the selected color.
- Parameters
-
selectedColor | The RGB value of the selected color, organized in the format 0xFFRRGGBB. |
◆ onSelectedVBImageChanged()
virtual void IVirtualBGSettingContextEvent::onSelectedVBImageChanged |
( |
| ) |
|
|
pure virtual |
Notification of the virtual background image is changed.
◆ onVBImageDidDownloaded()
virtual void IVirtualBGSettingContextEvent::onVBImageDidDownloaded |
( |
| ) |
|
|
pure virtual |
Notification of the default virtual background images supplied by ZOOM are downloaded.
◆ OnVideoPlayError()
virtual void IVirtualBGSettingContextEvent::OnVideoPlayError |
( |
const zchar_t * | file_path, |
|
|
VBVideoError | error ) |
|
pure virtual |
Notification of playing a virtual background video is failed.
- Parameters
-
file_path | The file name with full path which sdk generates from the virtual background video. |
error | The fail reason. |
◆ OnVideoThumbError()
virtual void IVirtualBGSettingContextEvent::OnVideoThumbError |
( |
const zchar_t * | file_path, |
|
|
VBVideoError | error ) |
|
pure virtual |
Notification of creating the thumb of a virtual background video is failed.
- Parameters
-
file_path | The file name with full path which sdk generates from the virtual background video. |
error | The fail reason. |
◆ OnVideoThumbReady()
virtual void IVirtualBGSettingContextEvent::OnVideoThumbReady |
( |
const zchar_t * | file_path | ) |
|
|
pure virtual |
Notification of creating the thumb of a virtual background video is success.
- Parameters
-
file_path | The file name with full path which you can use to generate your thumb for the virtual background video. |