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 15 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomicassign |
Determine whether the virtual background can be deleted.
Definition at line 31 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomiccopy |
Get the current item image file path.
Definition at line 19 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomiccopy |
Get the current item image name.
Definition at line 23 of file ZoomVideoSDKVirtualBackgroundHelper.h.
|
readnonatomicassign |
Get the current item background type.
Definition at line 27 of file ZoomVideoSDKVirtualBackgroundHelper.h.