lip-sync avatar preview helper interface.
More...
#include <setting_service_interface.h>
lip-sync avatar preview helper interface.
Definition at line 601 of file setting_service_interface.h.
◆ ~ILipSyncAvatarPreviewHelper()
virtual ILipSyncAvatarPreviewHelper::~ILipSyncAvatarPreviewHelper |
( |
| ) |
|
|
inlinevirtual |
◆ SetEvent()
Video device test callback event handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetLipSyncAvatarPreviewParentWnd()
Set the window and the rectangle to display the lip sync avatar preview.
- Parameters
-
hParentWnd | Specify the window to display lip-sync avatar preview. |
rc | Specify a rectangle on the window to display the lip-sync avatar preview. The default value is {0,0,0,0}, which means the whole client area of the window. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ StartLipSyncAvatarPreview()
virtual SDKError ILipSyncAvatarPreviewHelper::StartLipSyncAvatarPreview |
( |
| ) |
|
|
pure virtual |
Start to preview lip sync avatar.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ StopLipSyncAvatarPreview()
virtual SDKError ILipSyncAvatarPreviewHelper::StopLipSyncAvatarPreview |
( |
| ) |
|
|
pure virtual |
Stop to preview lip-sync avatar.
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.