Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
ZMVideoSDKVideoSender Class Reference

Interface for sending custom raw video data to the Zoom Video SDK. More...

#include <ZMVideoSDKVideoSourceHelper.h>

Inherits NSObject.

Instance Methods

(void) - sendVideoFrame:width:height:frameLength:rotation:
 For user to send video raw data with initialization-time data format.

Detailed Description

Interface for sending custom raw video data to the Zoom Video SDK.

Definition at line 89 of file ZMVideoSDKVideoSourceHelper.h.

Method Documentation

◆ sendVideoFrame:width:height:frameLength:rotation:

- (void) sendVideoFrame: (char *) frameBuffer
width: (int) width
height: (int) height
frameLength: (int) frameLength
rotation: (int) rotation 

For user to send video raw data with initialization-time data format.

Parameters
frameBufferYUVI420 buffer.
widthThe width of buffer size.
heightThe height of buffer size.
frameLengthThe lenght of buffer.
rotationThe rotation of buffer.