Video SDK for MacOS API 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. | |
Protocol for external share audio source.
Definition at line 196 of file ZMVideoSDKShareHelper.h.
- (void) onStartSendAudio: | (ZMVideoSDKShareAudioSender *_Nonnull) | sender |
Callback for audio source to start sending raw data.
sender | The object used to send raw audio data. |
- (void) onStopSendAudio |
Callback for audio source to stop sending raw data.