|
Meeting SDK for macOS API Reference
|
Sends raw video frame data into the meeting. More...
#include <ZoomSDKRawDataVideoSourceController.h>
Inherits NSObject.
Instance Methods | |
| (void) | - sendRawData:width:height:dataLength:rotation:format: |
| Sends raw video data in meeting. | |
Sends raw video frame data into the meeting.
Definition at line 106 of file ZoomSDKRawDataVideoSourceController.h.
| - (void) sendRawData: | (char *) | data | |
| width: | (unsigned int) | width | |
| height: | (unsigned int) | height | |
| dataLength: | (unsigned int) | length | |
| rotation: | (ZoomSDKLocalVideoDeviceRotation) | rotation | |
| format: | (ZoomSDKFrameDataFormat) | format |
Sends raw video data in meeting.
| data | The data to send. |
| width | The data's width to send. |
| height | The data's height to send. |
| length | The data's length to send. |
| rotation | The data's rotation to send. |
| format | The format of frame data. |