Video filter context Callback Event.
More...
#include <setting_service_interface.h>
|
virtual void | onVideoFilterItemDataDownloaded (ZoomSDKVideoEffectType type, int index)=0 |
| Callback event of notification that the thumbnail of the video filter item has been download. More...
|
|
virtual void | onVideoFilterItemDataNeedPrepare (ZoomSDKVideoEffectType type, int index)=0 |
| Callback event of notification that the selected video filter item needs to download. More...
|
|
virtual void | onVideoFilterItemDataReady (bool bSuccess, ZoomSDKVideoEffectType type, int index)=0 |
| Callback event of notification that the selected video filter item whether has been downloaded successfully. More...
|
|
Video filter context Callback Event.
◆ onVideoFilterItemDataDownloaded()
virtual void IVideoFilterSettingContextEvent::onVideoFilterItemDataDownloaded |
( |
ZoomSDKVideoEffectType |
type, |
|
|
int |
index |
|
) |
| |
|
pure virtual |
Callback event of notification that the thumbnail of the video filter item has been download.
- Parameters
-
type | The type of the video filter item. |
index | The index of the video filter item. |
◆ onVideoFilterItemDataNeedPrepare()
virtual void IVideoFilterSettingContextEvent::onVideoFilterItemDataNeedPrepare |
( |
ZoomSDKVideoEffectType |
type, |
|
|
int |
index |
|
) |
| |
|
pure virtual |
Callback event of notification that the selected video filter item needs to download.
- Parameters
-
type | The type of the selected video filter item. |
index | The index of the selected video filter item. |
◆ onVideoFilterItemDataReady()
virtual void IVideoFilterSettingContextEvent::onVideoFilterItemDataReady |
( |
bool |
bSuccess, |
|
|
ZoomSDKVideoEffectType |
type, |
|
|
int |
index |
|
) |
| |
|
pure virtual |
Callback event of notification that the selected video filter item whether has been downloaded successfully.
- Parameters
-
type | The type of the selected video filter item. |
index | The index of the selected video filter item. |
bSuccess | TRUE indicates the selected video filter item has been downloaded successfully. |
The documentation for this class was generated from the following file: