Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
IZoomSDKShareSource Class Referenceabstract

#include <rawdata_share_source_helper_interface.h>

Public Member Functions

virtual ~IZoomSDKShareSource ()
 
virtual void onStartSend (IZoomSDKShareSender *pSender)=0
 Callback for share source can start send raw data.
 
virtual void onStopSend ()=0
 Callback for share source to stop send raw data.
 

Detailed Description

Definition at line 23 of file rawdata_share_source_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomSDKShareSource()

virtual IZoomSDKShareSource::~IZoomSDKShareSource ( )
inlinevirtual

Definition at line 26 of file rawdata_share_source_helper_interface.h.

26{}

Member Function Documentation

◆ onStartSend()

virtual void IZoomSDKShareSource::onStartSend ( IZoomSDKShareSender * pSender)
pure virtual

Callback for share source can start send raw data.

Parameters
pSenderSee IZoomSDKShareSender.

◆ onStopSend()

virtual void IZoomSDKShareSource::onStopSend ( )
pure virtual

Callback for share source to stop send raw data.