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

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...
 
(ZoomSDKVideoEffectType) - getType
 Get the type of the virtual background image or video item. More...
 
(int) - getIndex
 Get the index of the virtual background image or video item. More...
 

Protected Attributes

BOOL _isSelected
 
NSString * _imageFilePath
 
NSString * _imageName
 
ZoomSDKVideoEffectType _type
 
int _index
 

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.

◆ getIndex

- (int) getIndex

Get the index of the virtual background image or video item.

Returns
If the function succeeds, it will return the index.

◆ getType

- (ZoomSDKVideoEffectType) getType

Get the type of the virtual background image or video item.

Returns
If the function succeeds, it will return the type.

◆ isSelected

- (BOOL) isSelected

Determine if it is the selected virtual background image.

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

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