|
Meeting SDK for macOS API Reference
|
Interface for configuring virtual background and video filter settings. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKSettingTestVideoDeviceHelper *_Nullable) | - getSettingVideoTestHelper |
| Gets the object to video device test helper. | |
| (BOOL) | - isSupportVirtualBG |
| Determines if support virtual background feature. | |
| (BOOL) | - isSupportVirtualBackgroundVideo |
| Determines if meeting supports the video virtual video background feature. | |
| (BOOL) | - isDeviceSupportSmartVirtualBG |
| Determines if the machine can support the smart virtual background feature. | |
| (BOOL) | - isUsingGreenScreenOn |
| Determines if the using green screen option is enabled. | |
| (ZoomSDKError) | - setUsingGreenScreen: |
| Enables or disable the using green screen option. | |
| (ZoomSDKError) | - addBGImage: |
| Adds virtual background image. | |
| (ZoomSDKError) | - addBGVideo: |
| Adds virtual background video. | |
| (ZoomSDKError) | - removeBGItem: |
| Removes virtual background item. | |
| (NSArray *_Nullable) | - getBGItemList |
| Gets the array of virtual background video item. | |
| (ZoomSDKError) | - useBGItem: |
| Use the specify image as selected virtual background images. | |
| (NSColor *_Nullable) | - getVBReplaceColor |
| Gets the selected replace color of virtual background images. | |
| (ZoomSDKError) | - startSelectReplaceVBColor |
| Starts selected replace color of virtual background images. | |
| (BOOL) | - isDeviceSupportSmartVirtualBackgroundVideo |
| Determines if the machine can support the smart virtual background video feature. | |
| (BOOL) | - isDeviceSupportGreenVirtualBackgroundVideo |
| Determines if the machine can support the green virtual background video feature. | |
| (BOOL) | - isAllowAddNewVBItem |
| Determines if the meeting supports the adding a new virtual background item feature. | |
| (BOOL) | - isAllowRemoveVBItem |
| Determines if the meeting supports the removing a new virtual background item feature. | |
| (BOOL) | - isVideoFilterEnabled |
| Determines if face makeup feature is enabled. | |
| (BOOL) | - isSupportVideoFilter |
| Determines if support face makeup feature. | |
| (NSArray *_Nullable) | - getVideoFilterItemList |
| Gets the array of face makeup images. | |
| (ZoomSDKError) | - useVideoFilterItem: |
| Use the specify image as selected face makeup images. | |
Protected Attributes | |
| id< ZoomSDKVirtualBackgroundSettingDelegate > | _delegate |
Properties | |
| id< ZoomSDKVirtualBackgroundSettingDelegate > | delegate |
Interface for configuring virtual background and video filter settings.
Definition at line 1715 of file ZoomSDKSettingService.h.
| - (ZoomSDKError) addBGImage: | (NSString *) | filePath |
Adds virtual background image.
| filePath | The image's file path user want to add. |
| - (ZoomSDKError) addBGVideo: | (NSString *) | filePath |
Adds virtual background video.
| filePath | The video's file path user want to add. |
| - (NSArray *_Nullable) getBGItemList |
Gets the array of virtual background video item.
References getBGItemList.
Referenced by getBGItemList.
| - (ZoomSDKSettingTestVideoDeviceHelper *_Nullable) getSettingVideoTestHelper |
Gets the object to video device test helper.
References getSettingVideoTestHelper.
Referenced by getSettingVideoTestHelper.
| - (NSColor *_Nullable) getVBReplaceColor |
Gets the selected replace color of virtual background images.
References getVBReplaceColor.
Referenced by getVBReplaceColor.
| - (NSArray *_Nullable) getVideoFilterItemList |
Gets the array of face makeup images.
References getVideoFilterItemList.
Referenced by getVideoFilterItemList.
| - (BOOL) isAllowAddNewVBItem |
Determines if the meeting supports the adding a new virtual background item feature.
References isAllowAddNewVBItem.
Referenced by isAllowAddNewVBItem.
| - (BOOL) isAllowRemoveVBItem |
Determines if the meeting supports the removing a new virtual background item feature.
References isAllowRemoveVBItem.
Referenced by isAllowRemoveVBItem.
| - (BOOL) isDeviceSupportGreenVirtualBackgroundVideo |
Determines if the machine can support the green virtual background video feature.
References isDeviceSupportGreenVirtualBackgroundVideo.
Referenced by isDeviceSupportGreenVirtualBackgroundVideo.
| - (BOOL) isDeviceSupportSmartVirtualBackgroundVideo |
Determines if the machine can support the smart virtual background video feature.
References isDeviceSupportSmartVirtualBackgroundVideo.
Referenced by isDeviceSupportSmartVirtualBackgroundVideo.
| - (BOOL) isDeviceSupportSmartVirtualBG |
Determines if the machine can support the smart virtual background feature.
References isDeviceSupportSmartVirtualBG.
Referenced by isDeviceSupportSmartVirtualBG.
| - (BOOL) isSupportVideoFilter |
Determines if support face makeup feature.
References isSupportVideoFilter.
Referenced by isSupportVideoFilter.
| - (BOOL) isSupportVirtualBackgroundVideo |
Determines if meeting supports the video virtual video background feature.
References isSupportVirtualBackgroundVideo.
Referenced by isSupportVirtualBackgroundVideo.
| - (BOOL) isSupportVirtualBG |
Determines if support virtual background feature.
References isSupportVirtualBG.
Referenced by isSupportVirtualBG.
| - (BOOL) isUsingGreenScreenOn |
Determines if the using green screen option is enabled.
References isUsingGreenScreenOn.
Referenced by isUsingGreenScreenOn.
| - (BOOL) isVideoFilterEnabled |
Determines if face makeup feature is enabled.
References isVideoFilterEnabled.
Referenced by isVideoFilterEnabled.
| - (ZoomSDKError) removeBGItem: | (ZoomSDKVirtualBGImageInfo *) | virtualBGImageInfo |
Removes virtual background item.
| virtualBGImageInfo | The ZoomSDKVirtualBGImageInfo object user want to remove. |
| - (ZoomSDKError) setUsingGreenScreen: | (BOOL) | bUse |
Enables or disable the using green screen option.
| - (ZoomSDKError) startSelectReplaceVBColor |
Starts selected replace color of virtual background images.
ZoomSDKError_Success. Otherwise, this function returns an error. References startSelectReplaceVBColor.
Referenced by startSelectReplaceVBColor.
| - (ZoomSDKError) useBGItem: | (ZoomSDKVirtualBGImageInfo *) | item |
Use the specify image as selected virtual background images.
| item | The virtualbackground image or video item's path user want to select. |
| - (ZoomSDKError) useVideoFilterItem: | (ZoomSDKVideoFilterItemInfo *) | imageInfo |
Use the specify image as selected face makeup images.
| imageInfo | It is video filter object. |
|
protected |
Definition at line 1717 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Definition at line 1719 of file ZoomSDKSettingService.h.