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 current element image's type.
BOOL isSelected
 Determines whether the current element image is being used.
NSString * imageFilePath
 Gets the current element image's file path.
NSString * imageName
 Gets the current element image's name.

Detailed Description

Represents information of a custom 3D avatar element image.

Definition at line 51 of file ZoomSDKSettingVideoEffectController.h.

Property Documentation

◆ custom3DAvatarElementImageType

- (ZoomSDKCustom3DAvatarElementImageType) custom3DAvatarElementImageType
readnonatomicassign

Gets the current element image's type.

Definition at line 56 of file ZoomSDKSettingVideoEffectController.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the current element image's file path.

Definition at line 66 of file ZoomSDKSettingVideoEffectController.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the current element image's name.

Definition at line 71 of file ZoomSDKSettingVideoEffectController.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines whether the current element image is being used.

Definition at line 61 of file ZoomSDKSettingVideoEffectController.h.