macOS SDK API Reference
|
#import <ZoomSDKRawDataAudioSourceController.h>
Inherits NSObject.
Instance Methods | |
(ZoomSDKError) | - send:dataLength:sampleRate: |
Send audio raw data, channel number must be mono, and sampling bits must be 16. | |
Definition at line 8 of file ZoomSDKRawDataAudioSourceController.h.
- (ZoomSDKError) send: | (char *) | data | |
dataLength: | (unsigned int) | length | |
sampleRate: | (int) | rate | |
Send audio raw data, channel number must be mono, and sampling bits must be 16.
data | The address of audio data. |
length | The length of audio data, it must be even numbers. |
rate | The sampling rate of audio data(8000/11025/32000/44100/48000/50000/50400/96000/192000/2822400). |