Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKRawDataSender Class 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.
 

Detailed Description

Sends raw video frame data into the meeting.

Definition at line 106 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 

Sends raw video data in meeting.

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