Meeting SDK for macOS API Reference
|
#include <ZoomSDKRawDataVideoSourceController.h>
Inherits NSObject.
Instance Methods | |
(void) | - sendRawData:width:height:dataLength:rotation:format: |
Send raw data in meeting. | |
Definition at line 89 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 |
Send raw data in meeting.
data | The data to send. |
width | The width of the data to send. |
height | The height of the data to send. |
length | The length of the data to send. |
rotation | The rotation of the data to send. |
format | The format of frame data. |