Agora RTC Objective-C API Reference  Refactor
Public Types | Data Fields
FaceShapeBeautyOptions Struct Reference

Public Types

enum  FACE_SHAPE_BEAUTY_STYLE { FACE_SHAPE_BEAUTY_STYLE_FEMALE = 0, FACE_SHAPE_BEAUTY_STYLE_MALE = 1 }
 

Data Fields

FACE_SHAPE_BEAUTY_STYLE shapeStyle
 
int styleIntensity
 

Detailed Description

Face shape beauty options. This structure defines options for facial adjustments of different facial styles.

@technical preview

Member Enumeration Documentation

◆ FACE_SHAPE_BEAUTY_STYLE

The face shape style.

Enumerator
FACE_SHAPE_BEAUTY_STYLE_FEMALE 

(Default) Female face shape style.

FACE_SHAPE_BEAUTY_STYLE_MALE 

Male face shape style.

Constructor & Destructor Documentation

◆ FaceShapeBeautyOptions() [1/2]

FaceShapeBeautyOptions ( FACE_SHAPE_BEAUTY_STYLE  shapeStyle,
int  styleIntensity 
)
inline

◆ FaceShapeBeautyOptions() [2/2]

Field Documentation

◆ shapeStyle

The face shape style, See FACE_SHAPE_BEAUTY_STYLE.

◆ styleIntensity

int 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.