Windows SDK API Reference
Loading...
Searching...
No Matches
IZoomSDKShareSource Class Referenceabstract

#include <rawdata_share_source_helper_interface.h>

Public Member Functions

virtual ~IZoomSDKShareSource ()
 
virtual void onStartSend (IZoomSDKShareSender *pSender)=0
 
virtual void onStopSend ()=0
 

Detailed Description

Definition at line 14 of file rawdata_share_source_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomSDKShareSource()

virtual IZoomSDKShareSource::~IZoomSDKShareSource ( )
inlinevirtual

Definition at line 17 of file rawdata_share_source_helper_interface.h.

17{}

Member Function Documentation

◆ onStartSend()

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

◆ onStopSend()

virtual void IZoomSDKShareSource::onStopSend ( )
pure virtual