Agora Java API Reference for Android
|
Public Member Functions | |
FaceShapeBeautyOptions (int style, int intensity) | |
Public Attributes | |
int | shapeStyle |
int | styleIntensity |
Static Public Attributes | |
static final int | FACE_SHAPE_BEAUTY_STYLE_FEMALE = 0 |
static final int | FACE_SHAPE_BEAUTY_STYLE_MALE = 1 |
Face shape beauty options. This structure defines options for facial adjustments of different facial styles.
io.agora.rtc2.video.FaceShapeBeautyOptions.FaceShapeBeautyOptions | ( | int | style, |
int | intensity | ||
) |
Face shape beauty options.
style | The face shape style, used with the {shapeStyle}: {FACE_SHAPE_BEAUTY_STYLE_FEMALE(0)}: (default) Female face shape style. {FACE_SHAPE_BEAUTY_STYLE_MALE(1)}: Male face shape style. |
intensity | 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. |
|
static |
0: (Default) Female face shape style.
|
static |
1: Male face shape style.
int io.agora.rtc2.video.FaceShapeBeautyOptions.shapeStyle |
The face shape style, used with {shapeStyle}: {FACE_SHAPE_BEAUTY_STYLE_FEMALE(0)}: (default) Female face shape style. {FACE_SHAPE_BEAUTY_STYLE_MALE(1)}: Male face shape style.
int io.agora.rtc2.video.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.