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 2184 of file ZoomSDKSettingService.h.

Property Documentation

◆ faceMakeupType

- (ZoomSDKFaceMakeupType) faceMakeupType
readnonatomicassign

Gets the current image's type.

Definition at line 2189 of file ZoomSDKSettingService.h.

◆ imageFilePath

- (NSString*) imageFilePath
readnonatomiccopy

Gets the file path of the current image.

Definition at line 2199 of file ZoomSDKSettingService.h.

◆ imageName

- (NSString*) imageName
readnonatomiccopy

Gets the current image's name.

Definition at line 2204 of file ZoomSDKSettingService.h.

◆ index

- (int) index
readnonatomicassign

Gets the current face makeup's index.

Definition at line 2209 of file ZoomSDKSettingService.h.

◆ isSelected

- (BOOL) isSelected
readnonatomicassign

Determines if the current face makeup item is being used.

Definition at line 2194 of file ZoomSDKSettingService.h.