Virtual background context Callback Event.
More...
#include <setting_service_interface.h>
|
virtual void | onVBImageDidDownloaded ()=0 |
| Callback event of notification that the default virtual background images supplied by ZOOM are downloaded.
|
|
virtual void | onGreenVBDidUpdateWithReplaceColor (DWORD selectedColor)=0 |
| Callback event of notification that the virtual background effect is updated with the selected color. More...
|
|
virtual void | onSelectedVBImageChanged ()=0 |
| Callback event of notification that the virtual background image is changed.
|
|
virtual void | OnVideoThumbReady (const wchar_t *file_path) |
| Callback event of notification that creating the thumb of a virtual background video is success. More...
|
|
virtual void | OnVideoThumbError (const wchar_t *file_path, VBVideoError error) |
| Callback event of notification that creating the thumb of a virtual background video is failed. More...
|
|
virtual void | OnVideoPlayError (const wchar_t *file_path, VBVideoError error) |
| Callback event of notification that playing a virtual background video is failed. More...
|
|
Virtual background context Callback Event.
◆ onGreenVBDidUpdateWithReplaceColor()
virtual void IVirtualBGSettingContextEvent::onGreenVBDidUpdateWithReplaceColor |
( |
DWORD |
selectedColor | ) |
|
|
pure virtual |
Callback event of notification that the virtual background effect is updated with the selected color.
- Parameters
-
selectedColor | The RGB value of the selected color, organized in the format 0xFFRRGGBB. |
◆ OnVideoPlayError()
virtual void IVirtualBGSettingContextEvent::OnVideoPlayError |
( |
const wchar_t * |
file_path, |
|
|
VBVideoError |
error |
|
) |
| |
|
virtual |
Callback event of notification that 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 wchar_t * |
file_path, |
|
|
VBVideoError |
error |
|
) |
| |
|
virtual |
Callback event of notification that 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 wchar_t * |
file_path | ) |
|
|
virtual |
Callback event of notification that 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. |
The documentation for this class was generated from the following file: