1 #ifndef _RAWDATA_VIDEO_SOURCE_HELPER_INTERFACE_H_ 2 #define _RAWDATA_VIDEO_SOURCE_HELPER_INTERFACE_H_ 3 #include "..\zoom_sdk_def.h" 7 BEGIN_ZOOM_SDK_NAMESPACE
20 virtual SDKError sendVideoFrame(
char* frameBuffer,
int width,
int height,
int frameLength,
int rotation) = 0;
68 virtual void onStartSend() = 0;
69 virtual void onStopSend() = 0;
70 virtual void onUninitialized() = 0;
81 END_ZOOM_SDK_NAMESPACE
Definition: rawdata_video_source_helper_interface.h:8
Definition: rawdata_video_source_helper_interface.h:74
Definition: zoom_sdk_def.h:288
Definition: rawdata_video_source_helper_interface.h:62
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:29
Definition: rawdata_video_source_helper_interface.h:16
Definition: rawdata_video_source_helper_interface.h:23
Definition: zoom_sdk_raw_data_def.h:96