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

#include <rawdata_share_source_helper_interface.h>

Public Member Functions

virtual ~IZoomSDKShareSourceHelper ()
 
virtual SDKError setExternalShareSource (IZoomSDKShareSource *pShareSource)=0
 

Detailed Description

Definition at line 22 of file rawdata_share_source_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomSDKShareSourceHelper()

virtual IZoomSDKShareSourceHelper::~IZoomSDKShareSourceHelper ( )
inlinevirtual

Definition at line 25 of file rawdata_share_source_helper_interface.h.

25{}

Member Function Documentation

◆ setExternalShareSource()

virtual SDKError IZoomSDKShareSourceHelper::setExternalShareSource ( IZoomSDKShareSource pShareSource)
pure virtual