Video SDK for iOS API Reference
|
Virtual background item interface. More...
#include <ZoomVideoSDKVirtualBackgroundHelper.h>
Inherits NSObject.
Properties | |
NSString *_Nullable | imageFilePath |
Get the current item image file path. | |
NSString *_Nullable | imageName |
Get the current item image name. | |
ZoomVideoSDKVirtualBackgroundDataType | type |
Get the current item background type. | |
BOOL | canVirtualBackgroundBeDeleted |
Determine whether the virtual background can be deleted. | |
Virtual background item interface.
Definition at line 14 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomicassign |
Determine whether the virtual background can be deleted.
Definition at line 30 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomiccopy |
Get the current item image file path.
Definition at line 18 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomiccopy |
Get the current item image name.
Definition at line 22 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomicassign |
Get the current item background type.
Definition at line 26 of file ZoomVideoSDKVirtualBackgroundHelper.h.