6#import <Foundation/Foundation.h>
7#import <ZoomSDK/ZoomSDKErrors.h>
8#import <ZoomSDK/ZoomSDKRenderer.h>
14NS_ASSUME_NONNULL_BEGIN
58@protocol ZoomSDKAudioRawDataDelegate <NSObject>
70- (void)onOneWayAudioRawDataReceived:(
ZoomSDKAudioRawData*_Nullable)data nodeID:(
unsigned int)nodeID DEPRECATED_MSG_ATTRIBUTE("Use -onOneWayAudioRawDataReceived: userID: instead");
76- (void)onOneWayAudioRawDataReceived:(
ZoomSDKAudioRawData*_Nullable)data userID:(
unsigned int)userID;
87- (void)onOneWayInterpreterAudioRawDataReceived:(
ZoomSDKAudioRawData*)data strLanguageName:(NSString*)languageName;
95@property(nonatomic, assign, nullable)id<ZoomSDKAudioRawDataDelegate> delegate;
100@property(nonatomic, assign)BOOL audioWithInterpreters;
ZoomSDKError
Enumeration of common errors of SDK.
id< ZoomSDKAudioRawDataDelegate > _delegate
int releaseData()
Release the object, if you has add ref, remeber to call this api to release when you wantn't to use t...
unsigned int getChannelNum()
Get the channel number of this data.
char *_Nullable getBuffer()
Get the buffer data.
BOOL canAddRef()
Get if this object can add ref.
long long getTimeStamp()
Get the timestamp of the raw data.
unsigned int getSampleRate()
Get the sample rate of this data.
BOOL addRef()
Add reference for this object, if you doesn't add ref, this object will be released when the callback...
unsigned int getBufferLen()
Get the buffer length of this data.
ZoomSDKAudioRawDataHelper * _audioRawDataHelper
ZoomSDKRawDataShareSourceController * _rawDataShareSourceHelper
ZoomSDKRawDataAudioSourceController * _rawDataAudioSourceHelper
ZoomSDKRawDataVideoSourceController * _rawDataVideoSourceHelper