|
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 |
| Gets the current image's type. | |
| BOOL | isSelected |
| Determines if the current face makeup item is being used. | |
| NSString * | imageFilePath |
| Gets the file path of the current image. | |
| NSString * | imageName |
| Gets the current image's name. | |
| int | index |
| Gets the current face makeup's index. | |
Represents information about a face makeup image in Zoom SDK.
Definition at line 2184 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Gets the current image's type.
Definition at line 2189 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Gets the file path of the current image.
Definition at line 2199 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Gets the current image's name.
Definition at line 2204 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Gets the current face makeup's index.
Definition at line 2209 of file ZoomSDKSettingService.h.
|
readnonatomicassign |
Determines if the current face makeup item is being used.
Definition at line 2194 of file ZoomSDKSettingService.h.