Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
<ZMVideoSDKShareSource> Protocol 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.
 

Detailed Description

Protocol for external share source to send raw data.

Definition at line 161 of file ZMVideoSDKShareHelper.h.

Method Documentation

◆ onShareSendStarted:

- (void) onShareSendStarted: (ZMVideoSDKShareSender *_Nonnull) sender

Callback for share source can start send raw data.

Parameters
senderThe object used to send share data.

◆ onShareSendStopped

- (void) onShareSendStopped

Callback for share source stop send raw data.