Video SDK for iOS API Reference
|
the share pre-processor. More...
#include <ZoomVideoSDKDelegate.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onCapturedRawDataReceived:sharePreprocessSender: |
You will receive this callback when calling 'startShareWithPreprocessing' successfully. | |
(void) | - onShareStopped |
You will receive this callback when call 'stopShare' successfully. In this event notification, you can perform some stop and destroy actions if necessary. | |
the share pre-processor.
Definition at line 701 of file ZoomVideoSDKDelegate.h.
|
optional |
You will receive this callback when calling 'startShareWithPreprocessing' successfully.
rawData | You can get the YUV data address through this object and then pre-process the data. See ZoomVideoSDKVideoRawData . |
sender | Use this object to send the processed data out. See ZoomVideoSDKSharePreprocessSender . |
|
optionalrequired |
You will receive this callback when call 'stopShare' successfully. In this event notification, you can perform some stop and destroy actions if necessary.