Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKVirtualBGImageInfo Class Reference

#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.
 

Detailed Description

Definition at line 1343 of file ZoomSDKSettingService.h.

Method Documentation

◆ getImageFilePath

- (NSString *_Nullable) getImageFilePath

Get file path of the virtual background image.

Returns
If the function succeeds, it will return the image file path.

◆ getImageName

- (NSString *_Nullable) getImageName

Get image file name of the virtual background image.

Returns
If the function succeeds, it will return the image file name.

◆ isAllowDelete

- (BOOL) isAllowDelete

Determine if the virtual background item can be deleted.

Returns
YES means is the selected virtual background can be deleted, otherwise it can not.

◆ isSelected

- (BOOL) isSelected

Determine if it is the selected virtual background image.

Returns
YES means is the selected virtual background image, otherwise not.

◆ isVideo

- (BOOL) isVideo

Determine if the selected virtual background is video.

Returns
YES means is the selected virtual background is video, otherwise not.