Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKCustom3DAvatarElementImageInfo Class Reference

Represents information of a custom 3D avatar element image. More...

#include <ZoomSDKSettingVideoEffectController.h>

Inherits NSObject.

Properties

ZoomSDKCustom3DAvatarElementImageType custom3DAvatarElementImageType
 Gets the type of the current element image.
BOOL isSelected
 Determines whether the current element image is being used.
NSString * imageFilePath
 Gets the file path of the current element image.
NSString * imageName
 Gets the name of the current element image.

Detailed Description

Represents information of a custom 3D avatar element image.

Definition at line 489 of file ZoomSDKSettingVideoEffectController.h.

Property Documentation

◆ custom3DAvatarElementImageType

- (ZoomSDKCustom3DAvatarElementImageType) custom3DAvatarElementImageType
readnonatomicassign

Gets the type of the current element image.

Definition at line 494 of file ZoomSDKSettingVideoEffectController.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the file path of the current element image.

Definition at line 504 of file ZoomSDKSettingVideoEffectController.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the name of the current element image.

Definition at line 509 of file ZoomSDKSettingVideoEffectController.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines whether the current element image is being used.

Definition at line 499 of file ZoomSDKSettingVideoEffectController.h.