Meeting SDK for macOS API Reference
|
#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. | |
Definition at line 1040 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
Layout mode of the wall-paper.
Definition at line 1064 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Full image path.
Definition at line 1056 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Thumbnail path.
Definition at line 1052 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
The title.
Definition at line 1048 of file ZoomSDKSettingService.h.
|
readwritenonatomicassign |
0 ~ 255, -1 means no transparency. Only possible in Meeting wall-paper.
Definition at line 1060 of file ZoomSDKSettingService.h.
|
readnonatomiccopy |
Wall-paper ID.
Definition at line 1044 of file ZoomSDKSettingService.h.