9#import <Foundation/Foundation.h>
20@property (nonatomic, assign)
char *
buffer;
A Class contains the information of audio raw data.
NSInteger sampleRate
Audio sampling rate.
BOOL addRef()
Increase reference count by 1. Adding a reference will ensure that the raw data buffer will not be re...
NSInteger bufferLen
Audio buffer data length.
NSInteger channelNum
Number of audio channels.
BOOL canAddRef()
Determine if the reference count for the interface pointer can be increased.
char * buffer
Pointer of audio buffer data.
NSInteger releaseRef()
Decrease reference count by 1.