Meeting SDK for macOS API Reference
|
#include <ZoomSDKRawDataShareSourceController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - sendShareFrame:width:height:frameLength:format: |
Send share raw data in meeting. | |
Definition at line 8 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. |