Video SDK for iOS API Reference
|
#include <ZoomVideoSDKShareAudioSender.h>
Inherits NSObject.
Instance Methods | |
(ZoomVideoSDKError) | - sendShareAudio:dataLength:sampleRate:audioChannel: |
Sends audio raw data. | |
Definition at line 12 of file ZoomVideoSDKShareAudioSender.h.
- (ZoomVideoSDKError) sendShareAudio: | (char *) | data | |
dataLength: | (NSUInteger) | length | |
sampleRate: | (NSUInteger) | rate | |
audioChannel: | (ZoomVideoSDKAudioChannel) | channel |
Sends audio raw data.
data | The audio data address.. |
length | The audio data length. It must be even numbers. |
rate | The audio data sampling rate. |
channel | The channel type. |