Windows SDK API Reference
Loading...
Searching...
No Matches
ILipSyncAvatarSettingContextEvent Class Referenceabstract

lip sync avatar context Callback Event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual ~ILipSyncAvatarSettingContextEvent ()
 
virtual void onLipSyncAvatarItemThumbnailsDownloaded ()=0
 Callback event of notification that the thumbnails of all lip sync avatar items have been downloaded. More...
 
virtual void onLipSyncAvatarItemDataDownloading (int index)=0
 Callback event notifying that the selected lip sync avatar item is downloading. More...
 
virtual void onLipSyncAvatarItemDataDownloaded (bool bSuccess, int index)=0
 Callback event notifying that the selected lip-sync avatar item has been downloaded successfully. More...
 

Detailed Description

lip sync avatar context Callback Event.

Definition at line 615 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~ILipSyncAvatarSettingContextEvent()

virtual ILipSyncAvatarSettingContextEvent::~ILipSyncAvatarSettingContextEvent ( )
inlinevirtual

Definition at line 618 of file setting_service_interface.h.

618{}

Member Function Documentation

◆ 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
indexThe index of the selected lip sync avatar item.
bSuccessTRUE 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
indexThe 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.