Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKFaceMakeupImageInfo Class 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.

Detailed Description

Represents information about a face makeup image in Zoom SDK.

Definition at line 2057 of file ZoomSDKSettingService.h.

Property Documentation

◆ faceMakeupType

- (ZoomSDKFaceMakeupType) faceMakeupType
readnonatomicassign

Gets the current image's type.

Definition at line 2062 of file ZoomSDKSettingService.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the file path of the current image.

Definition at line 2072 of file ZoomSDKSettingService.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the current image's name.

Definition at line 2077 of file ZoomSDKSettingService.h.

◆ index

- (int) index
readnonatomicassign

Gets the current face makeup's index.

Definition at line 2082 of file ZoomSDKSettingService.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines if the current face makeup item is being used.

Definition at line 2067 of file ZoomSDKSettingService.h.