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

#import <ZoomSDKRawDataVideoSourceController.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

Definition at line 89 of file ZoomSDKRawDataVideoSourceController.h.

Method Documentation

◆ sendRawData:width:height:dataLength:ratation:

- (void) sendRawData: (char *)  data
width: (unsigned int)  width
height: (unsigned int)  height
dataLength: (unsigned int)  length
ratation: (ZoomSDKLocalVideoDeviceRotation ratation 

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.
ratationThe ratation of the data to send.