Agora C++ API Reference for All Platforms
|
Public Types | |
enum | FACE_SHAPE_BEAUTY_STYLE { FACE_SHAPE_BEAUTY_STYLE_FEMALE = 0, FACE_SHAPE_BEAUTY_STYLE_MALE = 1 } |
Public Member Functions | |
FaceShapeBeautyOptions (FACE_SHAPE_BEAUTY_STYLE shapeStyle, int styleIntensity) | |
FaceShapeBeautyOptions () | |
Public Attributes | |
FACE_SHAPE_BEAUTY_STYLE | shapeStyle |
int | styleIntensity |
Face shape beauty options. This structure defines options for facial adjustments of different facial styles.
@technical preview
|
inline |
|
inline |
FACE_SHAPE_BEAUTY_STYLE agora::rtc::FaceShapeBeautyOptions::shapeStyle |
The face shape style, See FACE_SHAPE_BEAUTY_STYLE.
int agora::rtc::FaceShapeBeautyOptions::styleIntensity |
The intensity of the pinching effect applied to the specified facial style. The value ranges from 0 (original) to 100. The default value is 0. The greater the value, the stronger the intensity applied to face pinching.