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

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

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Properties

BOOL isSelected
 Determines if the current image is being used.
 
BOOL isLastUsed
 Determines if it is the most recently used image.
 
NSString * imageFilePath
 Gets the file path of the current image.
 
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 736 of file ZoomSDKSettingService.h.

Property Documentation

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the file path of the current image.

Definition at line 751 of file ZoomSDKSettingService.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the current image's name.

Definition at line 756 of file ZoomSDKSettingService.h.

◆ index

- (int) index
readnonatomicassign

Gets the current image's index.

Definition at line 761 of file ZoomSDKSettingService.h.

◆ isLastUsed

- (BOOL) isLastUsed
readnonatomicassign

Determines if it is the most recently used image.

Definition at line 746 of file ZoomSDKSettingService.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines if the current image is being used.

Definition at line 741 of file ZoomSDKSettingService.h.