Lip sync avatar setting interface.
More...
#include <setting_service_interface.h>
Lip sync avatar setting interface.
Definition at line 634 of file setting_service_interface.h.
◆ GetLipSyncAvatarImageList()
Get the list of the lip-sync avatar images.
- Returns
- If there are images in the list, the return value is a list of the poiters to I3DAvatarImageInfo. Otherwise return NULL. To get extended information, see IVideoFilterImageInfo enum.
◆ GetLipSyncAvatarPreviewHelper()
◆ Is3DAvatarSupportedByDevice()
virtual bool ILipSyncAvatarSettingContext::Is3DAvatarSupportedByDevice |
( |
| ) |
|
|
pure virtual |
Determine if the lip-sync avatar feature is supported by video device.
- Returns
- TRUE indicates that the video device supports the 3D avatar feature.
◆ IsLipSyncAvatarEnabled()
virtual bool ILipSyncAvatarSettingContext::IsLipSyncAvatarEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the lip-sync avatar feature is enabled.
- Returns
- TRUE indicates the lip-sync feature is enabled.
◆ SetEvent()
Lip sync avatar callback handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetLipSyncAvatarImage()
Specify an image to be the lip sync avatar image.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.