Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVirtualBackgroundItem Class Reference

Virtual background Item interface. More...

#include <ZMVideoSDKVideoHelper.h>

Inherits NSObject.

Properties

NSString * imageFilePath
 Gets the current item image file path.
 
NSString * imageName
 Gets the current item image name.
 
ZMVideoSDKVirtualBackgroundDataType type
 Gets the current item background type.
 
BOOL canVirtualBackgroundBeDeleted
 Determines whether the virtual background supports deletion.
 

Detailed Description

Virtual background Item interface.

Definition at line 14 of file ZMVideoSDKVideoHelper.h.

Property Documentation

◆ canVirtualBackgroundBeDeleted

- (BOOL) canVirtualBackgroundBeDeleted
readnonatomicassign

Determines whether the virtual background supports deletion.

Definition at line 34 of file ZMVideoSDKVideoHelper.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the current item image file path.

Definition at line 19 of file ZMVideoSDKVideoHelper.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the current item image name.

Definition at line 24 of file ZMVideoSDKVideoHelper.h.

◆ type

- (ZMVideoSDKVirtualBackgroundDataType) type
readnonatomicassign

Gets the current item background type.

Definition at line 29 of file ZMVideoSDKVideoHelper.h.