|
Meeting SDK for Linux API Reference
|
#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 12 of file rawdata_share_source_helper_interface.h.
|
inlinevirtual |
Definition at line 15 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. |