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
14
24- (ZoomVideoSDKError)sendShareAudio:(char *)data dataLength:(NSUInteger)length sampleRate:(NSUInteger)rate audioChannel:(ZoomVideoSDKAudioChannel)channel;
25@end
26
ZoomVideoSDKAudioChannel
Enumeration of audio channel types.
ZoomVideoSDKError
Enumerates all errors in the VideoSDK.
Interface to send share audio raw data.