Provides APIs to manage face makeup settings in Zoom SDK.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Provides APIs to manage face makeup settings in Zoom SDK.
Definition at line 2247 of file ZoomSDKSettingService.h.
◆ enableFaceMakeupEffectForAllMeeting:
| - (ZoomSDKError) enableFaceMakeupEffectForAllMeeting: |
|
(BOOL) | enable |
|
Enable or Disable the selected face makeup effect is always used by future meetings.
- Parameters
-
| enable | YES indicates enabled, NO otherwise. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ getFaceMakeupImageList
Gets the list of face makeup images.
- Returns
- If there are images in the list, the pointers's return value is a list to ZoomSDKFaceMakeupImageInfo. Otherwise, this function fails and returns nil.
◆ getTestVideoDeviceHelper
◆ isFaceMakeupEffectForAllMeetingEnabled
| - (BOOL) isFaceMakeupEffectForAllMeetingEnabled |
|
|
|
Determines if the selected face makeup effect is always used by future meetings.
- Returns
- YES if the selected face makeup effect still applies to future meetings. Otherwise, NO.
◆ isFaceMakeupEnabled
| - (BOOL) isFaceMakeupEnabled |
|
|
|
Determines if the face makeup feature is enabled.
- Returns
- YES if face makeup feature is enabled. Otherwise, NO.
◆ isSupportFaceMakeup
| - (BOOL) isSupportFaceMakeup |
|
|
|
Determines if the meeting supports the face makeup feature.
- Returns
- YES if the meeting supports the face makeup feature. Otherwise, NO.
◆ resetAllFaceMakeupEffect
Disables all the face makeup effect and reset color or opactity value to default value.
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ setColor:type:
Sets the colors of face makeup effect.
- Parameters
-
| color | Specify the face makeup effect's color in RGB format. |
| type | The specified color uses on which face makeup type. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ setFaceMakeupImage:
Specify an image to be face makeup image.
- Parameters
-
| image | Specify the image to use. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ setLipsFaceMakeup:
Enable or Disable the lip face makeup effect.
- Parameters
-
| enable | YES indicates enabled, NO otherwise. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ setOpacity:type:
Sets the transparency of face makeup effect.
- Parameters
-
| opactity | Specify the face makeup effect's transparency. The value should be between 0 to 100. |
| type | The specified color uses on which face makeup type. |
- Returns
- If the function is success returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ delegate