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

Virtual background image information interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual bool isSelected ()=0
 Determine the usage of current image.
 
virtual bool isAllowDelete ()=0
 Determine the current image can be deleted from the list.
 
virtual const zchar_tGetImageFilePath ()=0
 Get the file path of current image.
 
virtual const zchar_tGetImageName ()=0
 Get the name of current image.
 
virtual ~IVirtualBGImageInfo ()
 

Detailed Description

Virtual background image information interface.

Definition at line 1671 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IVirtualBGImageInfo()

virtual IVirtualBGImageInfo::~IVirtualBGImageInfo ( )
inlinevirtual

Definition at line 1691 of file setting_service_interface.h.

1691{};

Member Function Documentation

◆ GetImageFilePath()

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

Get the file path of current image.

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

◆ GetImageName()

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

Get the name of current image.

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

◆ isAllowDelete()

virtual bool IVirtualBGImageInfo::isAllowDelete ( )
pure virtual

Determine the current image can be deleted from the list.

Returns
TRUE indicates that current image can be deleted from the list.

◆ isSelected()

virtual bool IVirtualBGImageInfo::isSelected ( )
pure virtual

Determine the usage of current image.

Returns
TRUE indicates that current image is used as the virtual background image.