macOS SDK API Reference
|
Immersive template object interface. More...
#import <ZoomSDKCustomImmersiveController.h>
Inherits NSObject.
Properties | |
NSString * | templateName |
The name of template. | |
NSBitmapImageRep * | thumbnailBitmap |
The bitmap of thumbnail. | |
unsigned int | capacity |
The capacity of template. | |
BOOL | isTemplateReady |
Determine if the template is ready. | |
BOOL | isSupportFreeSeat |
Determine if the template support free seat. | |
NSSize | canvasSize |
The size of this template. | |
ZoomSDKCustomImmersiveTemplateType | templateType |
The type of this template. | |
NSArray< ZoomSDKSeatPlacementInfo * > * | seatList |
The list of template seats. | |
Immersive template object interface.
Definition at line 86 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The size of this template.
Definition at line 110 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The capacity of template.
Definition at line 98 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
Determine if the template support free seat.
Definition at line 106 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
Determine if the template is ready.
Definition at line 102 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The list of template seats.
Definition at line 118 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomiccopy |
The name of template.
Definition at line 90 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicassign |
The type of this template.
Definition at line 114 of file ZoomSDKCustomImmersiveController.h.
|
readnonatomicretain |
The bitmap of thumbnail.
Definition at line 94 of file ZoomSDKCustomImmersiveController.h.