macOS SDK API Reference
|
#import <ZoomSDKSettingService.h>
Inherits NSObject.
Properties | |
ZoomSDKFaceMakeupType | faceMakeupType |
Get the type of the current image. | |
BOOL | isSelected |
Determine if the current face makeup item is being used. | |
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 face makeup. | |
Definition at line 1704 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the type of the current image.
Definition at line 1709 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the file path of the current image.
Definition at line 1719 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the name of the current image.
Definition at line 1724 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the index of the current face makeup.
Definition at line 1729 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determine if the current face makeup item is being used.
Definition at line 1714 of file ZoomSDKSettingService.h.