Video SDK for iOS API Reference
|
A class for user to send audio raw data. More...
#include <ZoomVideoSDKAudioSender.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - send:dataLength:sampleRate: |
send audio raw data, channel number must be mono, and sampling bits must be 16. | |
A class for user to send audio raw data.
Definition at line 15 of file ZoomVideoSDKAudioSender.h.
- (ZoomVideoSDKError) send: | (char *) | data | |
dataLength: | (NSUInteger) | dataLength | |
sampleRate: | (NSUInteger) | sampleRate |
send audio raw data, channel number must be mono, and sampling bits must be 16.
data | the address of audio data. |
dataLength | the length of audio data, it must be even numbers. |
sampleRate | sampling rate of audio data. |