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 file path of the current image.
NSString * imageName
 Gets the name of the current image.
int index
 Gets the index of the current image.

Detailed Description

Represents information of a 3D avatar image.

Definition at line 457 of file ZoomSDKSettingVideoEffectController.h.

Property Documentation

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the file path of the current image.

Definition at line 472 of file ZoomSDKSettingVideoEffectController.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the name of the current image.

Definition at line 477 of file ZoomSDKSettingVideoEffectController.h.

◆ index

- (int) index
readnonatomicassign

Gets the index of the current image.

Definition at line 482 of file ZoomSDKSettingVideoEffectController.h.

◆ isLastUsed

- (BOOL) isLastUsed
readnonatomicassign

Determines whether it is the most recently used image.

Definition at line 467 of file ZoomSDKSettingVideoEffectController.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines whether the current image is being used.

Definition at line 462 of file ZoomSDKSettingVideoEffectController.h.