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
 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.
 

Detailed Description

Represents information about a face makeup image in Zoom SDK.

Definition at line 2029 of file ZoomSDKSettingService.h.

Property Documentation

◆ faceMakeupType

- (ZoomSDKFaceMakeupType) faceMakeupType
readnonatomicassign

Get the type of the current image.

Definition at line 2034 of file ZoomSDKSettingService.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Get the file path of the current image.

Definition at line 2044 of file ZoomSDKSettingService.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Get the name of the current image.

Definition at line 2049 of file ZoomSDKSettingService.h.

◆ index

- (int) index
readnonatomicassign

Get the index of the current face makeup.

Definition at line 2054 of file ZoomSDKSettingService.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determine if the current face makeup item is being used.

Definition at line 2039 of file ZoomSDKSettingService.h.