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