|
Video SDK for Linux API Reference
|
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)=0 |
| Send one frame data with initialization-time data format. | |
Video raw data sender interface.
Definition at line 32 of file zoom_video_sdk_video_source_helper_interface.h.
|
inlinevirtual |
Definition at line 35 of file zoom_video_sdk_video_source_helper_interface.h.
|
pure virtual |
Send one frame data with initialization-time data format.
| frameBuffer | FrameBuffer YUVI420 buffer. |
| width | Frame width. |
| height | Frame height. |
| frameLength | Buffer length. |
| rotation | Buffer rotation. |