|
Agora Java API Reference for Android
|
The facial enhancement style options. More...
#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 } |
| The facial enhancement style options. More... | |
Public Member Functions | |
| FaceShapeBeautyOptions (FACE_SHAPE_BEAUTY_STYLE shapeStyle, int styleIntensity) | |
Public Attributes | |
| FACE_SHAPE_BEAUTY_STYLE | shapeStyle |
| int | styleIntensity |
The facial enhancement style options.
| 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.
1.8.18