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

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Properties

BOOL isSelected
 Determine if the current image is being used.
 
BOOL isLastUsed
 Determine if it is the most recently used image.
 
NSString * imageFilePath
 Get the file path of the current image.
 
NSString * imageName
 Get the name of the current image.
 
int index
 Get the index of the current image.
 

Detailed Description

Definition at line 536 of file ZoomSDKSettingService.h.

Property Documentation

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Get the file path of the current image.

Definition at line 551 of file ZoomSDKSettingService.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Get the name of the current image.

Definition at line 556 of file ZoomSDKSettingService.h.

◆ index

- (int) index
readnonatomicassign

Get the index of the current image.

Definition at line 561 of file ZoomSDKSettingService.h.

◆ isLastUsed

- (BOOL) isLastUsed
readnonatomicassign

Determine if it is the most recently used image.

Definition at line 546 of file ZoomSDKSettingService.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determine if the current image is being used.

Definition at line 541 of file ZoomSDKSettingService.h.