|
Meeting SDK for macOS API Reference
|
Represents information about a face makeup image in Zoom SDK. More...
#include <ZoomSDKSettingVideoEffectController.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 306 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Gets the current image's type.
Definition at line 311 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the file path of the current image.
Definition at line 321 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomiccopy |
Gets the current image's name.
Definition at line 326 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Gets the current face makeup's index.
Definition at line 331 of file ZoomSDKSettingVideoEffectController.h.
|
readnonatomicassign |
Determines if the current face makeup item is being used.
Definition at line 316 of file ZoomSDKSettingVideoEffectController.h.