Video SDK for iOS API Reference
Loading...
Searching...
No Matches
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 12 of file ZoomVideoSDKVirtualBackgroundHelper.h.

Property Documentation

◆ canVirtualBackgroundBeDeleted

- (BOOL) canVirtualBackgroundBeDeleted
readnonatomicassign

Determine whether the virtual background can be deleted.

Definition at line 28 of file ZoomVideoSDKVirtualBackgroundHelper.h.

◆ imageFilePath

- (NSString* _Nullable) imageFilePath
readnonatomiccopy

Get the current item image file path.

Definition at line 16 of file ZoomVideoSDKVirtualBackgroundHelper.h.

◆ imageName

- (NSString* _Nullable) imageName
readnonatomiccopy

Get the current item image name.

Definition at line 20 of file ZoomVideoSDKVirtualBackgroundHelper.h.

◆ type

- (ZoomVideoSDKVirtualBackgroundDataType) type
readnonatomicassign

Get the current item background type.

Definition at line 24 of file ZoomVideoSDKVirtualBackgroundHelper.h.