Meeting SDK for Windows API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IFaceMakeupImageInfo Class Referenceabstract

face makeup image information interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual ZoomSDKFaceMakeupType GetFaceMakeupType ()=0
 Get the type of current image.
 
virtual bool IsSelected ()=0
 Determine if the current item is being used.
 
virtual const zchar_tGetImageFilePath ()=0
 Get the file path of the current image.
 
virtual const zchar_tGetImageName ()=0
 Get the name of the current image.
 
virtual int GetIndex ()=0
 Get the index of the current face makeup.
 
virtual ~IFaceMakeupImageInfo ()
 

Detailed Description

face makeup image information interface.

Definition at line 2023 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IFaceMakeupImageInfo()

virtual IFaceMakeupImageInfo::~IFaceMakeupImageInfo ( )
inlinevirtual

Definition at line 2049 of file setting_service_interface.h.

2049{};

Member Function Documentation

◆ GetFaceMakeupType()

virtual ZoomSDKFaceMakeupType IFaceMakeupImageInfo::GetFaceMakeupType ( )
pure virtual

Get the type of current image.

Returns
If the function succeeds, the return value is the type of current image.

◆ GetImageFilePath()

virtual const zchar_t * IFaceMakeupImageInfo::GetImageFilePath ( )
pure virtual

Get the file path of the current image.

Returns
If the function succeeds, the return value is the file path of current image. Otherwise the function fails and the return value is nullptr.

◆ GetImageName()

virtual const zchar_t * IFaceMakeupImageInfo::GetImageName ( )
pure virtual

Get the name of the current image.

Returns
If the function succeeds, the return value is the name of the current image. Otherwise the function fails and the return value is nullptr.

◆ GetIndex()

virtual int IFaceMakeupImageInfo::GetIndex ( )
pure virtual

Get the index of the current face makeup.

Returns
If the function succeeds, the return value is the index of the current image.
Remarks
If no image is selected, the index value is -1.

◆ IsSelected()

virtual bool IFaceMakeupImageInfo::IsSelected ( )
pure virtual

Determine if the current item is being used.

Returns
TRUE indicates that the current image is used as the face makeup image.