Interface for configuring virtual background and video filter settings.
More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Interface for configuring virtual background and video filter settings.
Definition at line 1748 of file ZoomSDKSettingService.h.
◆ addBGImage:
Adds virtual background image.
- Parameters
-
| filePath | The image's file path user want to add. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ addBGVideo:
Adds virtual background video.
- Parameters
-
| filePath | The video's file path user want to add. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ getBGItemList
| - (NSArray *_Nullable) getBGItemList |
|
|
|
Gets the array of virtual background video item.
- Returns
- If the function succeeds, it returns the NSArray of video item list. Otherwise, this function fails and returns nil.
◆ getSettingVideoTestHelper
Gets the object to video device test helper.
- Returns
- If the function succeeds, it returns a ZoomSDKSettingTestVideoDeviceHelper object. Otherwise, this function fails and returns nil.
◆ getVBReplaceColor
| - (NSColor *_Nullable) getVBReplaceColor |
|
|
|
Gets the selected replace color of virtual background images.
- Returns
- If the function succeeds, it returns the color. Otherwise, this function fails and returns nil.
◆ getVideoFilterItemList
| - (NSArray *_Nullable) getVideoFilterItemList |
|
|
|
Gets the array of face makeup images.
- Returns
- If the function succeeds, it returns the NSArray of image list. Otherwise, this function fails and returns nil.
◆ isAllowAddNewVBItem
| - (BOOL) isAllowAddNewVBItem |
|
|
|
Determines if the meeting supports the adding a new virtual background item feature.
- Returns
- YES if is allowed. Otherwise, NO.
◆ isAllowRemoveVBItem
| - (BOOL) isAllowRemoveVBItem |
|
|
|
Determines if the meeting supports the removing a new virtual background item feature.
- Returns
- YES if is allowed remove. Otherwise, NO.
◆ isDeviceSupportGreenVirtualBackgroundVideo
| - (BOOL) isDeviceSupportGreenVirtualBackgroundVideo |
|
|
|
Determines if the machine can support the green virtual background video feature.
- Returns
- YES if is support. Otherwise, NO.
◆ isDeviceSupportSmartVirtualBackgroundVideo
| - (BOOL) isDeviceSupportSmartVirtualBackgroundVideo |
|
|
|
Determines if the machine can support the smart virtual background video feature.
- Returns
- YES if is support. Otherwise, NO.
◆ isDeviceSupportSmartVirtualBG
| - (BOOL) isDeviceSupportSmartVirtualBG |
|
|
|
Determines if the machine can support the smart virtual background feature.
- Returns
- YES if is support. Otherwise, NO.
◆ isSupportVideoFilter
| - (BOOL) isSupportVideoFilter |
|
|
|
Determines if support face makeup feature.
- Returns
- YES if is support. Otherwise, NO.
◆ isSupportVirtualBackgroundVideo
| - (BOOL) isSupportVirtualBackgroundVideo |
|
|
|
Determines if meeting supports the video virtual video background feature.
- Returns
- YES if is support. Otherwise, NO.
◆ isSupportVirtualBG
| - (BOOL) isSupportVirtualBG |
|
|
|
Determines if support virtual background feature.
- Returns
- YES if is support. Otherwise, NO.
◆ isUsingGreenScreenOn
| - (BOOL) isUsingGreenScreenOn |
|
|
|
Determines if the using green screen option is enabled.
- Returns
- YES if is enabled. Otherwise, NO.
◆ isVideoFilterEnabled
| - (BOOL) isVideoFilterEnabled |
|
|
|
Determines if face makeup feature is enabled.
- Returns
- YES if is enabled. Otherwise, NO.
◆ removeBGItem:
Removes virtual background item.
- Parameters
-
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ setUsingGreenScreen:
Enables or disable the using green screen option.
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ startSelectReplaceVBColor
Starts selected replace color of virtual background images.
- Returns
- If the function succeeds, it returns the
ZoomSDKError_Success. Otherwise, this function returns an error.
- 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 virtualbackground image or video item's path user want to select. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ useVideoFilterItem:
Use the specify image as selected face makeup images.
- Parameters
-
| imageInfo | It is video filter object. |
- Returns
- If the function succeeds, it returns ZoomSDKError_Success. Otherwise, this function returns an error.
◆ _delegate
◆ delegate