Meeting SDK for macOS API Reference
|
ZOOM share information class. More...
#include <ZoomSDKASController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKShareContentType) | - getShareType |
(ZoomSDKError) | - getWindowID: |
Get the window ID of the shared APP. | |
(ZoomSDKError) | - getDisplayID: |
Get the display ID on which that user wants to share the content. | |
Protected Attributes | |
ZoomSDKShareContentType | _shareType |
CGWindowID | _windowID |
CGDirectDisplayID | _displayID |
ZOOM share information class.
Definition at line 109 of file ZoomSDKASController.h.
- (ZoomSDKError) getDisplayID: | (CGDirectDisplayID *) | displayID |
Get the display ID on which that user wants to share the content.
displayID | A pointer of CGDirectDisplayID. |
- (ZoomSDKShareContentType) getShareType |
- (ZoomSDKError) getWindowID: | (CGWindowID *) | windowID |
Get the window ID of the shared APP.
windowID | A pointer to CGWindowID. |
|
protected |
Definition at line 113 of file ZoomSDKASController.h.
|
protected |
Definition at line 111 of file ZoomSDKASController.h.
|
protected |
Definition at line 112 of file ZoomSDKASController.h.