Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVirtualBackgroundItem Class Reference

Virtual background item interface. More...

#include <ZoomVideoSDKVirtualBackgroundHelper.h>

Inherits NSObject.

Properties

NSString *_Nullable imageFilePath
 Get the current item image file path.
 
NSString *_Nullable imageName
 Get the current item image name.
 
ZoomVideoSDKVirtualBackgroundDataType type
 Get the current item background type.
 
BOOL canVirtualBackgroundBeDeleted
 Determine whether the virtual background can be deleted.
 

Detailed Description

Virtual background item interface.

Definition at line 14 of file ZoomVideoSDKVirtualBackgroundHelper.h.

Property Documentation

◆ canVirtualBackgroundBeDeleted

- (BOOL) canVirtualBackgroundBeDeleted
readnonatomicassign

Determine whether the virtual background can be deleted.

Definition at line 30 of file ZoomVideoSDKVirtualBackgroundHelper.h.

◆ imageFilePath

- (NSString* _Nullable) imageFilePath
readnonatomiccopy

Get the current item image file path.

Definition at line 18 of file ZoomVideoSDKVirtualBackgroundHelper.h.

◆ imageName

- (NSString* _Nullable) imageName
readnonatomiccopy

Get the current item image name.

Definition at line 22 of file ZoomVideoSDKVirtualBackgroundHelper.h.

◆ type

- (ZoomVideoSDKVirtualBackgroundDataType) type
readnonatomicassign

Get the current item background type.

Definition at line 26 of file ZoomVideoSDKVirtualBackgroundHelper.h.