Meeting SDK for macOS API Reference
|
Represents information of a 3D avatar image. More...
#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. | |
Represents information of a 3D avatar image.
Definition at line 615 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the file path of the current image.
Definition at line 630 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the name of the current image.
Definition at line 635 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the index of the current image.
Definition at line 640 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determine if it is the most recently used image.
Definition at line 625 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determine if the current image is being used.
Definition at line 620 of file ZoomSDKSettingService.h.