Meeting SDK for macOS API Reference
|
Represents information about a face makeup image in Zoom SDK. More...
#include <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. | |
Represents information about a face makeup image in Zoom SDK.
Definition at line 2029 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the type of the current image.
Definition at line 2034 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the file path of the current image.
Definition at line 2044 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the name of the current image.
Definition at line 2049 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the index of the current face makeup.
Definition at line 2054 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determine if the current face makeup item is being used.
Definition at line 2039 of file ZoomSDKSettingService.h.