|
Video SDK for iOS API Reference
|
A class for users to send audio raw data. More...
#include <ZoomVideoSDKAudioSender.h>
Inherits NSObject.
Instance Methods | |
| (ZoomVideoSDKError) | - send:dataLength:sampleRate: |
| Sends audio raw data. Channel number must be mono, and sampling bits must be 16. | |
A class for users to send audio raw data.
Definition at line 13 of file ZoomVideoSDKAudioSender.h.
| - (ZoomVideoSDKError) send: | (char *) | data | |
| dataLength: | (NSUInteger) | dataLength | |
| sampleRate: | (NSUInteger) | sampleRate |
Sends 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 | The sampling rate of audio data. |