Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRawDataSender Class Reference

#include <ZoomSDKRawDataVideoSourceController.h>

Inherits NSObject.

Instance Methods

(void) - sendRawData:width:height:dataLength:rotation:format:
 Send raw data in meeting.
 

Detailed Description

Definition at line 89 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ sendRawData:width:height:dataLength:rotation:format:

- (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.

Parameters
dataThe data to send.
widthThe width of the data to send.
heightThe height of the data to send.
lengthThe length of the data to send.
rotationThe rotation of the data to send.
formatThe format of frame data.