#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. | |
Definition at line 7 of file rawdata_share_source_helper_interface.h.
|
inlinevirtual |
Definition at line 10 of file rawdata_share_source_helper_interface.h.
|
pure virtual |
Send a frame of YUV data.
frameBuffer | YUV data buffer. |
width | Frame width. |
height | Frame height. |
frameLength | Buffer length. |
format | YUV type. |