|
Meeting SDK for macOS API Reference
|
Information of a virtual background image or video item. More...
#include <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
| (BOOL) | - isSelected |
| Determine if it is the selected virtual background image. | |
| (NSString *_Nullable) | - getImageFilePath |
| Get file path of the virtual background image. | |
| (NSString *_Nullable) | - getImageName |
| Get image file name of the virtual background image. | |
| (BOOL) | - isVideo |
| Determine if the selected virtual background is video. | |
| (BOOL) | - isAllowDelete |
| Determine if the virtual background item can be deleted. | |
Information of a virtual background image or video item.
Definition at line 1623 of file ZoomSDKSettingService.h.
| - (NSString *_Nullable) getImageFilePath |
Get file path of the virtual background image.
| - (NSString *_Nullable) getImageName |
Get image file name of the virtual background image.
| - (BOOL) isAllowDelete |
Determine if the virtual background item can be deleted.
| - (BOOL) isSelected |
Determine if it is the selected virtual background image.
| - (BOOL) isVideo |
Determine if the selected virtual background is video.