Video SDK for Windows API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKVideoSender Class Referenceabstract

Video raw data sender interface. More...

#include <zoom_video_sdk_video_source_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKVideoSender ()
 
virtual void sendVideoFrame (char *frameBuffer, int width, int height, int frameLength, int rotation, FrameDataFormat format=FrameDataFormat_I420_FULL)=0
 Send one frame data.
 

Detailed Description

Video raw data sender interface.

Definition at line 28 of file zoom_video_sdk_video_source_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKVideoSender()

virtual IZoomVideoSDKVideoSender::~IZoomVideoSDKVideoSender ( )
inlinevirtual

Definition at line 31 of file zoom_video_sdk_video_source_helper_interface.h.

31{}

Member Function Documentation

◆ sendVideoFrame()

virtual void IZoomVideoSDKVideoSender::sendVideoFrame ( char * frameBuffer,
int width,
int height,
int frameLength,
int rotation,
FrameDataFormat format = FrameDataFormat_I420_FULL )
pure virtual

Send one frame data.

Parameters
frameBufferFrameBuffer YUVI420 buffer.
widthFrame width.
heightFrame height.
frameLengthBuffer length.
rotationBuffer rotation.