Package io.agora.rtc2.video
Class FaceShapeBeautyOptions
java.lang.Object
io.agora.rtc2.video.FaceShapeBeautyOptions
- Since:
- v4.4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int0: (Default) Female face shape style.static final int1: Male face shape style.static final int2: Natural face shape style.intThe face shape style, used withshapeStyle:FACE_SHAPE_BEAUTY_STYLE_FEMALE(0): (default) Female face shape style.intThe intensity of the pinching effect applied to the specified facial style. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FACE_SHAPE_BEAUTY_STYLE_FEMALE
public static final int FACE_SHAPE_BEAUTY_STYLE_FEMALE0: (Default) Female face shape style.- See Also:
-
FACE_SHAPE_BEAUTY_STYLE_MALE
public static final int FACE_SHAPE_BEAUTY_STYLE_MALE1: Male face shape style.- See Also:
-
FACE_SHAPE_BEAUTY_STYLE_NATURAL
public static final int FACE_SHAPE_BEAUTY_STYLE_NATURAL2: Natural face shape style.- Since:
- v4.6.0
- See Also:
-
shapeStyle
public int shapeStyleThe face shape style, used withshapeStyle:FACE_SHAPE_BEAUTY_STYLE_FEMALE(0): (default) Female face shape style.FACE_SHAPE_BEAUTY_STYLE_MALE(1): Male face shape style.
-
styleIntensity
public int styleIntensityThe 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.
-
-
Constructor Details
-
FaceShapeBeautyOptions
public FaceShapeBeautyOptions(int style, int intensity) Face shape beauty options.- Parameters:
style- The face shape style, used with theshapeStyle: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.
-
FaceShapeBeautyOptions
public FaceShapeBeautyOptions()
-