6#import <Foundation/Foundation.h>
17@property (nonatomic, assign)
char * _Nullable
buffer;
37@property(nonatomic, strong, nullable) NSDate *
timeStamp;
Represents audio raw data received from the SDK.
NSInteger bufferLen
The length of the audio buffer data.
NSDate * timeStamp
The timestamp of the audio data.
NSInteger releaseRef()
Decreases the reference count by 1.
BOOL canAddRef()
Determines if the reference count can be increased.
NSInteger sampleRate
The audio sampling rate.
NSInteger channelNum
The number of audio channels.
char *_Nullable buffer
A pointer to the audio buffer data.
BOOL addRef()
Increases the reference count by 1.