Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IZoomSDKShareSender Class Referenceabstract

#include <rawdata_share_source_helper_interface.h>

Public Member Functions

virtual ~IZoomSDKShareSender ()
 
virtual SDKError sendShareFrame (char *frameBuffer, int width, int height, int frameLength, FrameDataFormat format=FrameDataFormat_I420_FULL)=0
 Send a frame of YUV data.
 

Detailed Description

Definition at line 7 of file rawdata_share_source_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomSDKShareSender()

virtual IZoomSDKShareSender::~IZoomSDKShareSender ( )
inlinevirtual

Definition at line 10 of file rawdata_share_source_helper_interface.h.

10{}

Member Function Documentation

◆ sendShareFrame()

virtual SDKError IZoomSDKShareSender::sendShareFrame ( char * frameBuffer,
int width,
int height,
int frameLength,
FrameDataFormat format = FrameDataFormat_I420_FULL )
pure virtual

Send a frame of YUV data.

Parameters
frameBufferYUV data buffer.
widthFrame width.
heightFrame height.
frameLengthBuffer length.
formatYUV type.
Returns
If the function succeeds, the return value is SDKERR_SUCCESS. Otherwise failed. To get extended error information, see SDKError enum.