AVDAudioExportDelegate Protocol Reference
| Conforms to | NSObject | 
|---|---|
| Declared in | AVDAudioExport.h | 
– onAudioStreamOut:userId:timestamp:sampleRate:channels:
required method
	音频导出回调
- (void)onAudioStreamOut:(NSData *)data userId:(NSString *)userId timestamp:(NSInteger)timestamp sampleRate:(NSInteger)sampleRate channels:(NSInteger)channelsParameters
data | 
						音频buffer数据  | 
					
|---|---|
userId | 
						userid  | 
					
timestamp | 
						timestamp  | 
					
sampleRate | 
						采样率  | 
					
channels | 
						通道数  | 
					
Discussion
音频导出回调
Declared In
AVDAudioExport.h