Meeting SDK for iOS API Reference
Loading...
Searching...
No Matches
MobileRTCShareAudioSender.h
Go to the documentation of this file.
1//
2// MobileRTCShareAudioSender.h
3// MobileRTC
4//
5// Created by Zoom on 7/9/23.
6// Copyright © Zoom Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10#import <MobileRTC/MobileRTCConstants.h>
11
12
17@interface MobileRTCShareAudioSender : NSObject
18
29- (MobileRTCRawDataError)sendShareAudio:(char *)data dataLength:(NSUInteger)length sampleRate:(NSUInteger)rate audioChannel:(MobileRTCAudioChannel)channel;
30
31@end
32
33
MobileRTCAudioChannel
Enumeration of audio channel types.
MobileRTCRawDataError
Enumeration of raw data.
Send share audio raw data.