Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ILipSyncAvatarPreviewHelperEvent Class Referenceabstract

lip-sync avatar callback event. More...

#include <setting_service_interface.h>

Public Member Functions

virtual ~ILipSyncAvatarPreviewHelperEvent ()
 
virtual void OnNoWindowToShowLipsyncPreview ()=0
 A window is needed to show the lip-sync preview. This event notifies that there is no window handle or a wrong window handle is used.
 

Detailed Description

lip-sync avatar callback event.

Definition at line 590 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~ILipSyncAvatarPreviewHelperEvent()

virtual ILipSyncAvatarPreviewHelperEvent::~ILipSyncAvatarPreviewHelperEvent ( )
inlinevirtual

Definition at line 593 of file setting_service_interface.h.

593{}

Member Function Documentation

◆ OnNoWindowToShowLipsyncPreview()

virtual void ILipSyncAvatarPreviewHelperEvent::OnNoWindowToShowLipsyncPreview ( )
pure virtual

A window is needed to show the lip-sync preview. This event notifies that there is no window handle or a wrong window handle is used.