Video SDK for Linux API Reference
Loading...
Searching...
No Matches
IZoomVideoSDKShareSource Class Referenceabstract

Share source sink interface. More...

#include <zoom_video_sdk_share_helper_interface.h>

Public Member Functions

virtual ~IZoomVideoSDKShareSource ()
 
virtual void onShareSendStarted (IZoomVideoSDKShareSender *pSender)=0
 Callback for share source can start send raw data.
 
virtual void onShareSendStopped ()=0
 Callback for share source stop send raw data.
 

Detailed Description

Share source sink interface.

Definition at line 58 of file zoom_video_sdk_share_helper_interface.h.

Constructor & Destructor Documentation

◆ ~IZoomVideoSDKShareSource()

virtual IZoomVideoSDKShareSource::~IZoomVideoSDKShareSource ( )
inlinevirtual

Definition at line 61 of file zoom_video_sdk_share_helper_interface.h.

61{}

Member Function Documentation

◆ onShareSendStarted()

virtual void IZoomVideoSDKShareSource::onShareSendStarted ( IZoomVideoSDKShareSender * pSender)
pure virtual

Callback for share source can start send raw data.

Parameters
senderSee IZoomVideoSDKShareSender.

◆ onShareSendStopped()

virtual void IZoomVideoSDKShareSource::onShareSendStopped ( )
pure virtual

Callback for share source stop send raw data.