Video SDK for MacOS API Reference
Loading...
Searching...
No Matches
<ZMVideoSDKShareAudioSource> Protocol Reference

Protocol for external share audio source. More...

#include <ZMVideoSDKShareHelper.h>

Inherits <NSObjectNSObject>.

Instance Methods

(void) - onStartSendAudio:
 Callback for audio source to start sending raw data.
 
(void) - onStopSendAudio
 Callback for audio source to stop sending raw data.
 

Detailed Description

Protocol for external share audio source.

Definition at line 196 of file ZMVideoSDKShareHelper.h.

Method Documentation

◆ onStartSendAudio:

- (void) onStartSendAudio: (ZMVideoSDKShareAudioSender *_Nonnull) sender

Callback for audio source to start sending raw data.

Parameters
senderThe object used to send raw audio data.

◆ onStopSendAudio

- (void) onStopSendAudio

Callback for audio source to stop sending raw data.