Meeting SDK for macOS API Reference
|
#include <ZoomSDKRawDataShareSourceController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - sendShareAudio:dataLength:sampleRate:audioChannel: |
Send audio raw data. | |
Definition at line 36 of file ZoomSDKRawDataShareSourceController.h.
- (ZoomSDKError) sendShareAudio: | (char *_Nonnull) | data | |
dataLength: | (unsigned int) | length | |
sampleRate: | (int) | rate | |
audioChannel: | (ZoomSDKAudioChannel) | channel |
Send audio raw data.
data | The audio data's address. |
length | The audio data's length, in even numbers. |
rate | The audio data's sampling rate. |
channel | The channel type, default is ZoomSDKAudioChannel_Mono. |
ZoomSDKError_Success
.