|
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 2170 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the type of the current image.
Definition at line 2175 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the file path of the current image.
Definition at line 2185 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Get the name of the current image.
Definition at line 2190 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Get the index of the current face makeup.
Definition at line 2195 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determine if the current face makeup item is being used.
Definition at line 2180 of file ZoomSDKSettingService.h.