Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVirtualBackgroundHelper.h
Go to the documentation of this file.
1
6#import <Foundation/Foundation.h>
7
16@property (nonatomic, copy, readonly) NSString * _Nullable imageFilePath;
20@property (nonatomic, copy, readonly) NSString * _Nullable imageName;
24@property (nonatomic, assign, readonly) ZoomVideoSDKVirtualBackgroundDataType type;
28@property (nonatomic, assign, readonly) BOOL canVirtualBackgroundBeDeleted;
29
30@end
31
42- (BOOL)isSupportVirtualBackground;
43
49- (ZoomVideoSDKVirtualBackgroundItem * _Nullable)addVirtualBackgroundItem:(UIImage *_Nullable)image;
50
56- (ZoomVideoSDKError)removeVirtualBackgroundItem:(ZoomVideoSDKVirtualBackgroundItem *_Nullable)imageItem;
57
62- (NSArray<ZoomVideoSDKVirtualBackgroundItem * > * _Nullable)getVirtualBackgroundItemList;
63
69- (ZoomVideoSDKError)setVirtualBackgroundItem:(ZoomVideoSDKVirtualBackgroundItem *_Nullable)imageItem;
70
75- (ZoomVideoSDKVirtualBackgroundItem * _Nullable)getSelectedVirtualBackgroundItem;
76
77@end
78
ZoomVideoSDKVirtualBackgroundDataType
Enumerates the types of virtual backgrounds.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
NSString *_Nullable imageFilePath
Get the current item image file path.
ZoomVideoSDKVirtualBackgroundDataType type
Get the current item background type.
BOOL canVirtualBackgroundBeDeleted
Determine whether the virtual background can be deleted.
NSString *_Nullable imageName
Get the current item image name.