Windows SDK API Reference
Loading...
Searching...
No Matches
rawdata_share_source_helper_interface.h
Go to the documentation of this file.
1#ifndef _RAWDATA_SHARE_SOURCE_HELPER_INTERFACE_H_
2#define _RAWDATA_SHARE_SOURCE_HELPER_INTERFACE_H_
3#include "zoom_sdk_def.h"
4
6
8{
9public:
11 virtual SDKError sendShareFrame(char* frameBuffer, int width, int height, int frameLength) = 0;
12};
13
15{
16public:
18 virtual void onStartSend(IZoomSDKShareSender* pSender) = 0;
19 virtual void onStopSend() = 0;
20};
21
23{
24public:
27};
28
30#endif
virtual SDKError sendShareFrame(char *frameBuffer, int width, int height, int frameLength)=0
virtual SDKError setExternalShareSource(IZoomSDKShareSource *pShareSource)=0
virtual void onStartSend(IZoomSDKShareSender *pSender)=0
virtual void onStopSend()=0
ZOOM windows SDK Common Definition File.
#define END_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:21
#define BEGIN_ZOOM_SDK_NAMESPACE
Definition: zoom_sdk_def.h:20
SDKError
SDK error types. Here are more detailed structural descriptions.
Definition: zoom_sdk_def.h:30