#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 1905 of file ZoomSDKSettingService.h.
◆ enableFaceMakeupEffectForAllMeeting:
- (ZoomSDKError) enableFaceMakeupEffectForAllMeeting: |
|
(BOOL) | enable |
|
Enable/Disable the selected face makeup effect is always used by future meetings.
- Parameters
-
enable | YES indicates enabled. Otherwise not. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ getFaceMakeupImageList
Get the list of the face makeup images.
- Returns
- If there are images in the list, the return value is a list of the pointers to ZoomSDKFaceMakeupImageInfo.
◆ getTestVideoDeviceHelper
◆ isFaceMakeupEffectForAllMeetingEnabled
- (BOOL) isFaceMakeupEffectForAllMeetingEnabled |
|
|
|
Determine if the selected face makeup effect is always used by future meetings.
- Returns
- YES indicates that the selected face makeup effect still applies to future meetings.
◆ isFaceMakeupEnabled
- (BOOL) isFaceMakeupEnabled |
|
|
|
Determine if the face makeup feature is enabled.
- Returns
- YES indicates that face makeup feature is enabled.
◆ isSupportFaceMakeup
- (BOOL) isSupportFaceMakeup |
|
|
|
Determine if the meeting supports the face makeup feature.
- Returns
- YES indicates that the meeting supports the face makeup feature.
◆ resetAllFaceMakeupEffect
Disable all the face makeup effect and reset color/opactity value to default value.
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setColor:type:
Set the colors of face makeup effect.
- Parameters
-
color | Specify the color of the face makeup effect in RGB format. |
type | The specified color is used on which face makeup type. For more details, see ZoomSDKFaceMakeupType. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setFaceMakeupImage:
Specify an image to be face makeup image.
- Parameters
-
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setLipsFaceMakeup:
Enable/Disable the lip face makeup effect.
- Parameters
-
enable | YES indicates enabled. Otherwise not. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ setOpacity:type:
Set the transparency of face makeup effect.
- Parameters
-
opactity | Specify the transparency of the face makeup effect. The value should be between 0 to 100. |
type | The specified color is used on which face makeup type. For more details, see ZoomSDKFaceMakeupType. |
- Returns
- If the function is success will return ZoomSDKError_Success, otherwise fail.
◆ _delegate
◆ delegate