|
Meeting SDK for macOS API Reference
|
Send external share audio content into the meeting. More...
#include <ZoomSDKRawDataShareSourceController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - sendShareAudio:dataLength:sampleRate:audioChannel: |
| Send audio raw data. | |
Send external share audio content into the meeting.
Definition at line 50 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.