|
Meeting SDK for macOS API Reference
|
Represents a wallpaper item. More...
#include <ZoomSDKSettingGeneralController.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. | |
Represents a wallpaper item.
Definition at line 14 of file ZoomSDKSettingGeneralController.h.
|
readwritenonatomicassign |
Layout mode of the wall-paper.
Definition at line 38 of file ZoomSDKSettingGeneralController.h.
|
readnonatomiccopy |
Full image path.
Definition at line 30 of file ZoomSDKSettingGeneralController.h.
|
readnonatomiccopy |
Thumbnail path.
Definition at line 26 of file ZoomSDKSettingGeneralController.h.
|
readnonatomiccopy |
The title.
Definition at line 22 of file ZoomSDKSettingGeneralController.h.
|
readwritenonatomicassign |
0 ~ 255, -1 means no transparency. Only possible in Meeting wall-paper.
Definition at line 34 of file ZoomSDKSettingGeneralController.h.
|
readnonatomiccopy |
Wall-paper ID.
Definition at line 18 of file ZoomSDKSettingGeneralController.h.