Video SDK for iOS API Reference
All Classes Files Functions Enumerations Enumerator Properties
ZoomVideoSDKAudioSender.h
Go to the documentation of this file.
1//
2// ZoomVideoSDKAudioSender.h
3// ZoomVideoSDK
4//
5// Created by Zoom on 2021/3/16.
6// Copyright © Zoom Video Communications, Inc. All rights reserved.
7//
8
9#import <Foundation/Foundation.h>
10
11NS_ASSUME_NONNULL_BEGIN
15@interface ZoomVideoSDKAudioSender : NSObject
16
24- (ZoomVideoSDKError)send:(char *)data dataLength:(NSUInteger)dataLength sampleRate:(NSUInteger)sampleRate;
25
26@end
27
28NS_ASSUME_NONNULL_END
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
A class for user to send audio raw data.