|
Meeting SDK for macOS API Reference
|
Send external share content into the meeting. More...
#include <ZoomSDKRawDataShareSourceController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - sendShareFrame:width:height:frameLength:format: |
| Send share raw data in meeting. | |
Send external share content into the meeting.
Definition at line 14 of file ZoomSDKRawDataShareSourceController.h.
| - (ZoomSDKError) sendShareFrame: | (char *_Nonnull) | frameBuffer | |
| width: | (unsigned int) | width | |
| height: | (unsigned int) | height | |
| frameLength: | (unsigned int) | frameLength | |
| format: | (ZoomSDKFrameDataFormat) | format |
Send share raw data in meeting.
| frameBuffer | The buffer of the data to send. |
| width | The width of the data to send. |
| height | The height of the data to send. |
| frameLength | The length of the data to send. |
| format | The format of frame data. |