Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCShareAudioSender.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7#import <MobileRTC/MobileRTCConstants.h>
8
9
14@interface MobileRTCShareAudioSender : NSObject
15
26- (MobileRTCRawDataError)sendShareAudio:(char *)data dataLength:(NSUInteger)length sampleRate:(NSUInteger)rate audioChannel:(MobileRTCAudioChannel)channel;
27
28@end
29
30
MobileRTCAudioChannel
Enumeration of audio channel types.
MobileRTCRawDataError
Enumeration of raw data.
Send share audio raw data.