macOS SDK API Reference
|
#import <ZoomSDKSettingService.h>
Inherits NSObject.
Instance Methods | |
(BOOL) | - isSelected |
Determine if it is the selected virtual background image. | |
(NSString *) | - getImageFilePath |
Get file path of the virtual background image. | |
(NSString *) | - 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 allow to be deleted. | |
Definition at line 1168 of file ZoomSDKSettingService.h.
- (NSString *) getImageFilePath |
Get file path of the virtual background image.
- (NSString *) getImageName |
Get image file name of the virtual background image.
- (BOOL) isAllowDelete |
Determine if the virtual background item allow to be deleted.
- (BOOL) isSelected |
Determine if it is the selected virtual background image.
- (BOOL) isVideo |
Determine if the selected virtual background is video.