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

#include <ZMVideoSDKVideoHelper.h>

Inherits NSObject.

Properties

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

Detailed Description

Definition at line 14 of file ZMVideoSDKVideoHelper.h.

Property Documentation

◆ canVirtualBackgroundBeDeleted

- (BOOL) canVirtualBackgroundBeDeleted
readnonatomicassign

Determine whether the virtual background can be deleted.

Definition at line 34 of file ZMVideoSDKVideoHelper.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Get the current item image file path.

Definition at line 19 of file ZMVideoSDKVideoHelper.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Get the current item image name.

Definition at line 24 of file ZMVideoSDKVideoHelper.h.

◆ type

- (ZMVideoSDKVirtualBackgroundDataType) type
readnonatomicassign

Get the current item background type.

Definition at line 29 of file ZMVideoSDKVideoHelper.h.