lip sync avatar context Callback Event.
More...
#include <setting_service_interface.h>
lip sync avatar context Callback Event.
Definition at line 615 of file setting_service_interface.h.
◆ ~ILipSyncAvatarSettingContextEvent()
virtual ILipSyncAvatarSettingContextEvent::~ILipSyncAvatarSettingContextEvent |
( |
| ) |
|
|
inlinevirtual |
◆ onLipSyncAvatarItemDataDownloaded()
virtual void ILipSyncAvatarSettingContextEvent::onLipSyncAvatarItemDataDownloaded |
( |
bool |
bSuccess, |
|
|
int |
index |
|
) |
| |
|
pure virtual |
Callback event notifying that the selected lip-sync avatar item has been downloaded successfully.
- Parameters
-
index | The index of the selected lip sync avatar item. |
bSuccess | TRUE indicates the selected lip-sync avatar item has been downloaded successfully. |
◆ onLipSyncAvatarItemDataDownloading()
virtual void ILipSyncAvatarSettingContextEvent::onLipSyncAvatarItemDataDownloading |
( |
int |
index | ) |
|
|
pure virtual |
Callback event notifying that the selected lip sync avatar item is downloading.
- Parameters
-
index | The index of the selected lip-sync avatar item.
|
◆ onLipSyncAvatarItemThumbnailsDownloaded()
virtual void ILipSyncAvatarSettingContextEvent::onLipSyncAvatarItemThumbnailsDownloaded |
( |
| ) |
|
|
pure virtual |
Callback event of notification that the thumbnails of all lip sync avatar items have been downloaded.