Meeting Wall-paper setting interface.
More...
#include <setting_service_interface.h>
Meeting Wall-paper setting interface.
Definition at line 1558 of file setting_service_interface.h.
◆ GetCurrentMeetingWallpaperItem()
virtual IWallpaperItem * IWallpaperSettingContext::GetCurrentMeetingWallpaperItem |
( |
| ) |
|
|
pure virtual |
Get the meeting wall-paper item.
- Returns
- The current using meeting wall-paper config.
◆ GetMeetingWallpaperItemByID()
virtual IWallpaperItem * IWallpaperSettingContext::GetMeetingWallpaperItemByID |
( |
const zchar_t * | wallpaperID | ) |
|
|
pure virtual |
Get the meeting wall-paper item by wall-paper ID.
- Returns
- The meeting wall-paper with the wall-paper ID.
◆ GetMeetingWallpaperList()
Get the meeting wall-paper list.
- Returns
- The meeting wall-paper list.
◆ IsMeetingWallpaperEnabled()
virtual bool IWallpaperSettingContext::IsMeetingWallpaperEnabled |
( |
| ) |
|
|
pure virtual |
Determine if the meeting wall-paper feature enabled by OP.
- Returns
- True indicates the feature enabled. Otherwise false.
◆ IsMeetingWallpaperThumbsReady()
virtual bool IWallpaperSettingContext::IsMeetingWallpaperThumbsReady |
( |
| ) |
|
|
pure virtual |
Determine if meeting wall-paper thumbnail ready.
- Returns
- True indicates ready. Otherwise false.
◆ SetEvent()
Meeting wall-paper callback handler.
- Parameters
-
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.
◆ SetMeetingWallpaper()
Set the meeting wall-paper item.
- Parameters
-
item | The meeting wall-paper item need to set. |
- Returns
- If the function succeeds, the return value is SDKErr_Success. Otherwise failed. To get extended error information, see SDKError enum.