Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKWallpaperItem Class Reference

Represents a wallpaper item. More...

#include <ZoomSDKSettingService.h>

Inherits NSObject.

Properties

NSString * wallpaperId
 Wall-paper ID.
 
NSString * title
 The title.
 
NSString * thumbnailPath
 Thumbnail path.
 
NSString * path
 Full image path.
 
int transparency
 0 ~ 255, -1 means no transparency. Only possible in Meeting wall-paper.
 
ZoomSDKWallpaperLayoutMode layoutMode
 Layout mode of the wall-paper.
 

Detailed Description

Represents a wallpaper item.

Definition at line 1151 of file ZoomSDKSettingService.h.

Property Documentation

◆ layoutMode

- (ZoomSDKWallpaperLayoutMode) layoutMode
readwritenonatomicassign

Layout mode of the wall-paper.

Definition at line 1175 of file ZoomSDKSettingService.h.

◆ path

- (NSString*) path
readnonatomiccopy

Full image path.

Definition at line 1167 of file ZoomSDKSettingService.h.

◆ thumbnailPath

- (NSString*) thumbnailPath
readnonatomiccopy

Thumbnail path.

Definition at line 1163 of file ZoomSDKSettingService.h.

◆ title

- (NSString*) title
readnonatomiccopy

The title.

Definition at line 1159 of file ZoomSDKSettingService.h.

◆ transparency

- (int) transparency
readwritenonatomicassign

0 ~ 255, -1 means no transparency. Only possible in Meeting wall-paper.

Definition at line 1171 of file ZoomSDKSettingService.h.

◆ wallpaperId

- (NSString*) wallpaperId
readnonatomiccopy

Wall-paper ID.

Definition at line 1155 of file ZoomSDKSettingService.h.