6#import <Foundation/Foundation.h>
52@protocol ZoomSDKAudioRawDataDelegate <NSObject>
70@property(nonatomic, assign)id<ZoomSDKAudioRawDataDelegate> delegate;
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 * getBuffer()
Get the buffer data.
BOOL canAddRef()
Get if this object can add ref.
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