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
25- (MobileRTCRawDataError)sendShareAudio:(char *)data dataLength:(NSUInteger)length sampleRate:(NSUInteger)rate audioChannel:(MobileRTCAudioChannel)channel;
26
27@end
28
29
MobileRTCAudioChannel
Enumeration of audio channel types.
MobileRTCRawDataError
Enumeration of the raw data.
Sends share audio raw data.