Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoSettingHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
14 int enableFaceBeautyEffect(boolean enable);
15
21
28 int setFaceBeautyStrengthValue(int strengthValue);
29
36}
37
int getFaceBeautyStrengthValue()
Gets the current intensity level of the face beauty effect (the strength value).
int setFaceBeautyStrengthValue(int strengthValue)
Sets the intensity level of the face beauty effect (the strength value).
int enableFaceBeautyEffect(boolean enable)
Enables or disables the face beauty effect for the video stream.
boolean isFaceBeautyEffectEnabled()
Determines whether the face beauty effect is currently enabled.