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

Wall-paper item interface. More...

#include <setting_service_interface.h>

Public Member Functions

virtual ZoomSDKWallpaperLayoutMode GetWallpaperLayoutMode ()=0
 Get the layout mode of the wall-paper.
 
virtual const zchar_tGetWallpaperID ()=0
 Get the wall-paper ID.
 
virtual const zchar_tGetTitle ()=0
 Get the wall-paper title.
 
virtual const zchar_tGetThumbnailPath ()=0
 Get the wall-paper thumbnail path.
 
virtual const zchar_tGetPath ()=0
 Get the full image path of the wall-paper.
 
virtual int GetTransparency ()=0
 Get the transparency of the wall-paper.
 
virtual void SetTransparency (int transparency)=0
 Set the transparency of the wall-paper.
 
virtual void SetWallpaperLayoutMode (ZoomSDKWallpaperLayoutMode mode)=0
 Set the layout mode of the wall-paper.
 
virtual ~IWallpaperItem ()
 

Detailed Description

Wall-paper item interface.

Definition at line 1493 of file setting_service_interface.h.

Constructor & Destructor Documentation

◆ ~IWallpaperItem()

virtual IWallpaperItem::~IWallpaperItem ( )
inlinevirtual

Definition at line 1528 of file setting_service_interface.h.

1528{};

Member Function Documentation

◆ 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()

virtual ZoomSDKWallpaperLayoutMode IWallpaperItem::GetWallpaperLayoutMode ( )
pure virtual

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
transparencyThe transparency of the wall-paper. 0 ~ 255, -1 means no transparency. Only possible in meeting wall-paper.

◆ SetWallpaperLayoutMode()

virtual void IWallpaperItem::SetWallpaperLayoutMode ( ZoomSDKWallpaperLayoutMode mode)
pure virtual

Set the layout mode of the wall-paper.

Parameters
modeValue defined in ZoomSDKWallpaperLayoutMode enum, see ZoomSDKWallpaperLayoutMode enum.