Meeting SDK for macOS API Reference
|
Callback interface for external share audio source. More...
#include <ZoomSDKRawDataShareSourceController.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 audio raw data. | |
Callback interface for external share audio source.
Definition at line 68 of file ZoomSDKRawDataShareSourceController.h.
- (void) onStartSendAudio: | (ZoomSDKShareAudioSender *_Nullable) | shareAudioSender |
Callback for audio source to start sending raw data.
shareAudioSender | The object of ZoomSDKShareAudioSender to send share audio source. |
- (void) onStopSendAudio |
Callback for audio source to stop sending audio raw data.