Wall-paper item interface.
More...
#include <setting_service_interface.h>
Wall-paper item interface.
Definition at line 1493 of file setting_service_interface.h.
◆ ~IWallpaperItem()
virtual IWallpaperItem::~IWallpaperItem |
( |
| ) |
|
|
inlinevirtual |
◆ GetPath()
virtual const zchar_t * IWallpaperItem::GetPath |
( |
| ) |
|
|
pure virtual |
Get the full image path of the wall-paper.
- Returns
- The full image path of the wall-paper.
◆ GetThumbnailPath()
virtual const zchar_t * IWallpaperItem::GetThumbnailPath |
( |
| ) |
|
|
pure virtual |
Get the wall-paper thumbnail path.
- Returns
- The wall-paper thumbnail path.
◆ GetTitle()
virtual const zchar_t * IWallpaperItem::GetTitle |
( |
| ) |
|
|
pure virtual |
Get the wall-paper title.
- Returns
- The wall-paper title.
◆ GetTransparency()
virtual int IWallpaperItem::GetTransparency |
( |
| ) |
|
|
pure virtual |
Get the transparency of the wall-paper.
- Returns
- The transparency of the wall-paper. 0 ~ 255, -1 means no transparency. Only possible in meeting wall-paper.
◆ GetWallpaperID()
virtual const zchar_t * IWallpaperItem::GetWallpaperID |
( |
| ) |
|
|
pure virtual |
Get the wall-paper ID.
- Returns
- The wall-paper ID.
◆ GetWallpaperLayoutMode()
Get the layout mode of the wall-paper.
- Returns
- Value defined in ZoomSDKWallpaperLayoutMode enum, see ZoomSDKWallpaperLayoutMode enum.
◆ SetTransparency()
virtual void IWallpaperItem::SetTransparency |
( |
int | transparency | ) |
|
|
pure virtual |
Set the transparency of the wall-paper.
- Parameters
-
transparency | The transparency of the wall-paper. 0 ~ 255, -1 means no transparency. Only possible in meeting wall-paper. |
◆ SetWallpaperLayoutMode()
Set the layout mode of the wall-paper.
- Parameters
-