Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVideoSender Class Reference

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

#include <ZoomVideoSDKVideoSender.h>

Inherits NSObject.

Instance Methods

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

Detailed Description

A class for users to send video raw data.

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

Sends one frame data.

Parameters
frameBufferThe YUVI420 buffer.
widthThe frame width.
heightThe frame height.
dataLengthThe buffer length.
rotationThe buffer rotation.
formatThe buffer format.