#include <ZoomSDKSettingService.h>
Inherits NSObject.
Definition at line 1453 of file ZoomSDKSettingService.h.
◆ addBGImage:
Add virtual background image.
- Parameters
-
filePath | The file path of the image user want to add. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ addBGVideo:
Add virtual background video.
- Parameters
-
filePath | The file path of the video user want to add. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ getBGItemList
- (NSArray *_Nullable) getBGItemList |
|
|
|
Get the array of virtual background video item.
- Returns
- If the function succeeds, it will return the NSArray of video item list, otherwise nil.
◆ getSettingVideoTestHelper
◆ getVBReplaceColor
- (NSColor *_Nullable) getVBReplaceColor |
|
|
|
Get the selected replace color of virtual background images.
- Returns
- If the function succeeds, it will return the color, otherwise nil.
◆ getVideoFilterItemList
- (NSArray *_Nullable) getVideoFilterItemList |
|
|
|
Get the array of face makeup images.
- Returns
- If the function succeeds, it will return the NSArray of image list, otherwise nil.
◆ isAllowAddNewVBItem
- (BOOL) isAllowAddNewVBItem |
|
|
|
Determine if the meeting supports the adding a new virtual background item feature.
- Returns
- YES means is allowed, otherwise not.
◆ isAllowRemoveVBItem
- (BOOL) isAllowRemoveVBItem |
|
|
|
Determine if the meeting supports the removing a new virtual background item feature.
- Returns
- YES means is allowed remove, otherwise not.
◆ isDeviceSupportGreenVirtualBackgroundVideo
- (BOOL) isDeviceSupportGreenVirtualBackgroundVideo |
|
|
|
Determine if the machine can support the green virtual background video feature.
- Returns
- YES means is support, otherwise not.
◆ isDeviceSupportSmartVirtualBackgroundVideo
- (BOOL) isDeviceSupportSmartVirtualBackgroundVideo |
|
|
|
Determine if the machine can support the smart virtual background video feature.
- Returns
- YES means is support, otherwise not.
◆ isDeviceSupportSmartVirtualBG
- (BOOL) isDeviceSupportSmartVirtualBG |
|
|
|
Determine if the machine can support the smart virtual background feature.
- Returns
- YES means is support, otherwise not.
◆ isSupportVideoFilter
- (BOOL) isSupportVideoFilter |
|
|
|
Determine if support face makeup feature.
- Returns
- YES means is support, otherwise not.
◆ isSupportVirtualBackgroundVideo
- (BOOL) isSupportVirtualBackgroundVideo |
|
|
|
Determine if meeting supports the video virtual video background feature.
- Returns
- YES means is support, otherwise not.
◆ isSupportVirtualBG
- (BOOL) isSupportVirtualBG |
|
|
|
Determine if support virtual background feature.
- Returns
- YES means is support, otherwise not.
◆ isUsingGreenScreenOn
- (BOOL) isUsingGreenScreenOn |
|
|
|
Determine if the using green screen option is enabled.
- Returns
- YES means is enabled, otherwise not.
◆ isVideoFilterEnabled
- (BOOL) isVideoFilterEnabled |
|
|
|
Determine if face makeup feature is enabled.
- Returns
- YES means is enabled, otherwise not.
◆ removeBGItem:
Remove virtual background item.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ setUsingGreenScreen:
Enable or disable the using green screen option.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success.
◆ startSelectReplaceVBColor
Start selected replace color of virtual background images.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- The selected replace color will be notified from callback event '- (void)onSelectedVBImageChanged'.
◆ useBGItem:
Use the specify image as selected virtual background images.
- Parameters
-
item | The path of the virtualbackground image or video item user want to select. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ useVideoFilterItem:
Use the specify image as selected face makeup images.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success, otherwise failed.
◆ _delegate
◆ delegate