3D avatar setting interface.
More...
#include <setting_service_interface.h>
3D avatar setting interface.
Definition at line 1740 of file setting_service_interface.h.
◆ Get3DAvatarImageList()
Get the list of the video filter 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.
◆ GetTestVideoDeviceHelper()
◆ Is3DAvatarEnabled()
virtual bool I3DAvatarSettingContext::Is3DAvatarEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the 3D avatar feature is enabled.
- Returns
- TRUE indicates the video filter feature is enabled.
◆ Is3DAvatarSupportedByDevice()
virtual bool I3DAvatarSettingContext::Is3DAvatarSupportedByDevice |
( |
| ) |
|
|
pure virtual |
Determine if the 3D avatar feature is supported by video device.
- Returns
- TRUE indicates that the video device supports the 3D avatar feature.
◆ Set3DAvatarImage()
Specify an image to be the video filter image.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetEvent()
3D 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.