Agora Java API Reference for Android
Public Attributes | List of all members
io.agora.rtc2.video.MakeUpOptions Class Reference

MakeUp options. This structure defines options for makeup. More...

Public Attributes

boolean mMakeUpEnable
 Indicates whether makeup is enabled. More...
 
int mBrowType
 Type of eyebrow.
 
int mBrowColor
 Color of eyebrow.
 
float mBrowStrength
 Strength of eyebrow.
 
int mLashType
 Type of eyelash.
 
int mLashColor
 Color of eyelash.
 
float mLashStrength
 Strength of eyelash.
 
int mShadowType
 Type of eyeshadow.
 
float mShadowStrength
 Strength of eyeshadow.
 
int mPupilType
 Type of pupil.
 
float mPupilStrength
 Strength of pupil.
 
int mBlushType
 Type of face blush.
 
int mBlushColor
 Color of face blush.
 
float mBlushStrength
 Strength of face blush.
 
int mLipType
 Type of lip makeup.
 
int mLipColor
 Color of lip makeup.
 
float mLipStrength
 Strength of lip makeup.
 
int mFacialType
 Type of facial makeup. More...
 
float mFacialStrength
 Strength of facial makeup. More...
 
int mWocanType
 Type of Wocan makeup. More...
 
float mWocanStrength
 Strength of Wocan makeup. More...
 

Detailed Description

MakeUp options. This structure defines options for makeup.

Since
v4.5.0

Member Data Documentation

◆ mMakeUpEnable

boolean io.agora.rtc2.video.MakeUpOptions.mMakeUpEnable

Indicates whether makeup is enabled.

  • true: Enable makeup.
  • false: Disable makeup.

◆ mFacialType

int io.agora.rtc2.video.MakeUpOptions.mFacialType

Type of facial makeup.

Since
v4.6.0

◆ mFacialStrength

float io.agora.rtc2.video.MakeUpOptions.mFacialStrength

Strength of facial makeup.

Since
v4.6.0

◆ mWocanType

int io.agora.rtc2.video.MakeUpOptions.mWocanType

Type of Wocan makeup.

Since
v4.6.0

◆ mWocanStrength

float io.agora.rtc2.video.MakeUpOptions.mWocanStrength

Strength of Wocan makeup.

Since
v4.6.0