#include <zoom_video_sdk_share_helper_interface.h>
◆ ~IZoomVideoSDKSharePreprocessor()
virtual IZoomVideoSDKSharePreprocessor::~IZoomVideoSDKSharePreprocessor |
( |
| ) |
|
|
inlinevirtual |
◆ onCapturedRawDataReceived()
You will receive this callback when calling 'startShareWithPreprocessing' successfully.
- Parameters
-
pRawData | You can get the YUV data address through this object and then pre-process the data, see YUVRawDataI420. |
pSender | Use this object to send the processed data out, see IZoomVideoSDKShareSender. |
◆ onShareStopped()
virtual void IZoomVideoSDKSharePreprocessor::onShareStopped |
( |
| ) |
|
|
pure virtual |
You will receive this callback when call 'stopShare' successfully. In this event notification, you can perform some stop and destroy actions if necessary.