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

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

#include <ZoomSDKSettingVideoEffectController.h>

Inherits NSObject.

Properties

BOOL isSelected
 Determines whether the current image is being used.
BOOL isLastUsed
 Determines whether it is the most recently used image.
NSString * imageFilePath
 Gets the current image's file path.
NSString * imageName
 Gets the current image's name.
int index
 Gets the current image's index.

Detailed Description

Represents information of a 3D avatar image.

Definition at line 19 of file ZoomSDKSettingVideoEffectController.h.

Property Documentation

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the current image's file path.

Definition at line 34 of file ZoomSDKSettingVideoEffectController.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the current image's name.

Definition at line 39 of file ZoomSDKSettingVideoEffectController.h.

◆ index

- (int) index
readnonatomicassign

Gets the current image's index.

Definition at line 44 of file ZoomSDKSettingVideoEffectController.h.

◆ isLastUsed

- (BOOL) isLastUsed
readnonatomicassign

Determines whether it is the most recently used image.

Definition at line 29 of file ZoomSDKSettingVideoEffectController.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines whether the current image is being used.

Definition at line 24 of file ZoomSDKSettingVideoEffectController.h.