Video SDK for iOS API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKShareAudioSender.h
Go to the documentation of this file.
6#import <Foundation/Foundation.h>
7
12@interface ZoomVideoSDKShareAudioSender : NSObject
13
23- (ZoomVideoSDKError)sendShareAudio:(char *)data dataLength:(NSUInteger)length sampleRate:(NSUInteger)rate audioChannel:(ZoomVideoSDKAudioChannel)channel;
24@end
25
ZoomVideoSDKAudioChannel
Enumeration of audio channel types.
ZoomVideoSDKError
Enumeration of all the errors in the VideoSDK.
Interface to send share audio raw data.