|
Meeting SDK for macOS API Reference
|
Provides APIs to manage face makeup settings in Zoom SDK. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isFaceMakeupEnabled |
| Determines if the face makeup feature is enabled. | |
| (BOOL) | - isSupportFaceMakeup |
| Determines if the meeting supports the face makeup feature. | |
| (ZoomSDKError) | - enableFaceMakeupEffectForAllMeeting: |
| Enable or Disable the selected face makeup effect is always used by future meetings. | |
| (BOOL) | - isFaceMakeupEffectForAllMeetingEnabled |
| Determines if the selected face makeup effect is always used by future meetings. | |
| (NSArray< ZoomSDKFaceMakeupImageInfo * > *_Nullable) | - getFaceMakeupImageList |
| Gets the list of face makeup images. | |
| (ZoomSDKError) | - setFaceMakeupImage: |
| Specify an image to be face makeup image. | |
| (ZoomSDKError) | - setLipsFaceMakeup: |
| Enable or Disable the lip face makeup effect. | |
| (ZoomSDKError) | - setColor:type: |
| Sets the colors of face makeup effect. | |
| (ZoomSDKError) | - setOpacity:type: |
| Sets the transparency of face makeup effect. | |
| (ZoomSDKError) | - resetAllFaceMakeupEffect |
| Disables all the face makeup effect and reset color or opactity value to default value. | |
| (ZoomSDKSettingTestVideoDeviceHelper *_Nullable) | - getTestVideoDeviceHelper |
| Gets the pointer to ZoomSDKSettingTestVideoDeviceHelper for previewing the video with face makeup image. | |
Protected Attributes | |
| id< ZoomSDKFaceMakeupSettingContextDelegate > | _delegate |
Properties | |
| id< ZoomSDKFaceMakeupSettingContextDelegate > | delegate |
| The delegate to receive face makeup setting events. | |
Provides APIs to manage face makeup settings in Zoom SDK.
Definition at line 2120 of file ZoomSDKSettingService.h.
| - (ZoomSDKError) enableFaceMakeupEffectForAllMeeting: | (BOOL) | enable |
Enable or Disable the selected face makeup effect is always used by future meetings.
| enable | YES indicates enabled, NO otherwise. |
| - (NSArray< ZoomSDKFaceMakeupImageInfo * > *_Nullable) getFaceMakeupImageList |
Gets the list of face makeup images.
References getFaceMakeupImageList.
Referenced by getFaceMakeupImageList.
| - (ZoomSDKSettingTestVideoDeviceHelper *_Nullable) getTestVideoDeviceHelper |
Gets the pointer to ZoomSDKSettingTestVideoDeviceHelper for previewing the video with face makeup image.
References getTestVideoDeviceHelper.
Referenced by getTestVideoDeviceHelper.
| - (BOOL) isFaceMakeupEffectForAllMeetingEnabled |
Determines if the selected face makeup effect is always used by future meetings.
References isFaceMakeupEffectForAllMeetingEnabled.
Referenced by isFaceMakeupEffectForAllMeetingEnabled.
| - (BOOL) isFaceMakeupEnabled |
Determines if the face makeup feature is enabled.
References isFaceMakeupEnabled.
Referenced by isFaceMakeupEnabled.
| - (BOOL) isSupportFaceMakeup |
Determines if the meeting supports the face makeup feature.
References isSupportFaceMakeup.
Referenced by isSupportFaceMakeup.
| - (ZoomSDKError) resetAllFaceMakeupEffect |
Disables all the face makeup effect and reset color or opactity value to default value.
References resetAllFaceMakeupEffect.
Referenced by resetAllFaceMakeupEffect.
| - (ZoomSDKError) setColor: | (NSColor *) | color | |
| type: | (ZoomSDKFaceMakeupType) | type |
Sets the colors of face makeup effect.
| color | Specify the face makeup effect's color in RGB format. |
| type | The specified color uses on which face makeup type. |
| - (ZoomSDKError) setFaceMakeupImage: | (ZoomSDKFaceMakeupImageInfo *) | image |
Specify an image to be face makeup image.
| image | Specify the image to use. |
| - (ZoomSDKError) setLipsFaceMakeup: | (BOOL) | enable |
Enable or Disable the lip face makeup effect.
| enable | YES indicates enabled, NO otherwise. |
| - (ZoomSDKError) setOpacity: | (int) | opacity | |
| type: | (ZoomSDKFaceMakeupType) | type |
Sets the transparency of face makeup effect.
| 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. |
|
protected |
Definition at line 2122 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
The delegate to receive face makeup setting events.
Definition at line 2128 of file ZoomSDKSettingService.h.