|
Video SDK for MacOS API Reference
|
Protocol for external share source to send raw data. More...
#include <ZMVideoSDKShareHelper.h>
Inherits <NSObjectNSObject>.
Instance Methods | |
| (void) | - onShareSendStarted: |
| Callback for share source can start send raw data. | |
| (void) | - onShareSendStopped |
| Callback for share source stop send raw data. | |
Protocol for external share source to send raw data.
Definition at line 171 of file ZMVideoSDKShareHelper.h.
| - (void) onShareSendStarted: | (ZMVideoSDKShareSender *_Nonnull) | sender |
Callback for share source can start send raw data.
| sender | The object used to send share data. |
| - (void) onShareSendStopped |
Callback for share source stop send raw data.