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