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:format:
 For user to send video raw data.
 

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:format:

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

For user to send video raw data.

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