|
Agora C++ API Reference for All Platforms
|
#include <AgoraBase.h>
Public Types | |
| enum | FACE_SHAPE_BEAUTY_STYLE { FACE_SHAPE_BEAUTY_STYLE_FEMALE = 0 , FACE_SHAPE_BEAUTY_STYLE_MALE = 1 , FACE_SHAPE_BEAUTY_STYLE_NATURAL = 2 } |
Public Member Functions | |
| FaceShapeBeautyOptions (FACE_SHAPE_BEAUTY_STYLE shapeStyle, int styleIntensity) | |
| FaceShapeBeautyOptions () | |
Public Attributes | |
| FACE_SHAPE_BEAUTY_STYLE | shapeStyle |
| int | styleIntensity |
|
inline |
|
inline |
| FACE_SHAPE_BEAUTY_STYLE agora::rtc::FaceShapeBeautyOptions::shapeStyle |
Facial enhancement style options: FACE_SHAPE_BEAUTY_STYLE.
| int agora::rtc::FaceShapeBeautyOptions::styleIntensity |
The intensity of the facial enhancement style, with a value range oof [0.0,1.0]. The default value is 0.0, which means no face enhancement effect. The higher the value, the more obvious the facial enhancement effect.