Mac SDK
Instance Methods | Protected Attributes | List of all members
ZoomSDKVirtualBGImageInfo Class Reference
Inheritance diagram for ZoomSDKVirtualBGImageInfo:

Instance Methods

(BOOL) - isSelected
 Determine if it is the selected virtual background image. More...
 
(NSString *) - getImageFilePath
 Get file path of the virtual background image. More...
 
(NSString *) - getImageName
 Get image file name of the virtual background image. More...
 
(BOOL) - isVideo
 Determine if the selected virtual background is video. More...
 

Protected Attributes

BOOL _isSelected
 
NSString * _imageFilePath
 
NSString * _imageName
 
BOOL _isVideo
 

Method Documentation

◆ getImageFilePath

- (NSString*) getImageFilePath

Get file path of the virtual background image.

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

◆ getImageName

- (NSString*) getImageName

Get image file name of the virtual background image.

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

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

The documentation for this class was generated from the following file: