|
Video SDK for iOS API Reference
|
Virtual background helper. More...
#include <ZoomVideoSDKVirtualBackgroundHelper.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSupportVirtualBackground |
| Determines whether the user can support smart virtual backgrounds. | |
| (ZoomVideoSDKVirtualBackgroundItem *_Nullable) | - addVirtualBackgroundItem: |
| Adds a virtual background object. | |
| (ZoomVideoSDKError) | - removeVirtualBackgroundItem: |
| Removes a virtual background object. | |
| (NSArray< ZoomVideoSDKVirtualBackgroundItem * > *_Nullable) | - getVirtualBackgroundItemList |
| Gets a collection of virtual background items. | |
| (ZoomVideoSDKError) | - setVirtualBackgroundItem: |
| Selects a virtual background item. | |
| (ZoomVideoSDKVirtualBackgroundItem *_Nullable) | - getSelectedVirtualBackgroundItem |
| Gets the selected virtual background item. | |
Virtual background helper.
Definition at line 36 of file ZoomVideoSDKVirtualBackgroundHelper.h.
| - (ZoomVideoSDKVirtualBackgroundItem *_Nullable) addVirtualBackgroundItem: | (UIImage *_Nullable) | image |
Adds a virtual background object.
| image | The image of virtual background. |
| - (ZoomVideoSDKVirtualBackgroundItem *_Nullable) getSelectedVirtualBackgroundItem |
Gets the selected virtual background item.
| - (NSArray< ZoomVideoSDKVirtualBackgroundItem * > *_Nullable) getVirtualBackgroundItemList |
Gets a collection of virtual background items.
| - (BOOL) isSupportVirtualBackground |
Determines whether the user can support smart virtual backgrounds.
| - (ZoomVideoSDKError) removeVirtualBackgroundItem: | (ZoomVideoSDKVirtualBackgroundItem *_Nullable) | imageItem |
Removes a virtual background object.
| imageItem | The ZoomVideoSDKVirtualBackgroundItem object to be removed. |
| - (ZoomVideoSDKError) setVirtualBackgroundItem: | (ZoomVideoSDKVirtualBackgroundItem *_Nullable) | imageItem |
Selects a virtual background item.
| imageItem | The ZoomVideoSDKVirtualBackgroundItem object to select. |