Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKVideoSender Class Reference

A class for user to send video raw data. More...

#include <ZoomVideoSDKVideoSender.h>

Inherits NSObject.

Instance Methods

(void) - sendVideoFrame:width:height:dataLength:rotation:format:
 Send one frame data.
 

Detailed Description

A class for user to send video raw data.

Definition at line 14 of file ZoomVideoSDKVideoSender.h.

Method Documentation

◆ sendVideoFrame:width:height:dataLength:rotation:format:

- (void) sendVideoFrame: (char *) frameBuffer
width: (NSUInteger) width
height: (NSUInteger) height
dataLength: (NSUInteger) dataLength
rotation: (ZoomVideoSDKVideoRawDataRotation) rotation
format: (ZoomVideoSDKFrameDataFormat) format 

Send one frame data.

Parameters
frameBufferYUVI420 buffer.
widthframe width.
heightframe height.
dataLengthbuffer length.
rotationbuffer rotation.
formatbuffer format.