AVDAudioExport Class Reference

Inherits from AVDModule : NSObject
Declared in AVDAudioExport.h
AVDAudioExport.mm

+ getAudioExport:

获取音频导出模块

+ (AVDAudioExport *)getAudioExport:(AVDRoom *)room

Parameters

room

room对象

Return Value

AVDAudioExport对象

Discussion

获取音频导出模块

Declared In

AVDAudioExport.h

– selectUser4Export:sampleRate:channels:

选择一个需要回调的参会者音频

- (AVDResult)selectUser4Export:(NSString *)userId sampleRate:(NSInteger)sampleRate channels:(NSInteger)channels

Return Value

错误代码

Discussion

选择一个需要回调的参会者音频

@param[in] userId 选择需要导出音频的用户id。 @param[in] sampleRate 采样频率 :8000,16000,44100 ,如果不填,默认16000 @param[in] channels 通道数 :1,2 如果不填,默认是1

Declared In

AVDAudioExport.h

– stopExport

停止音频导出

- (AVDResult)stopExport

Return Value

错误代码

Discussion

停止音频导出

Declared In

AVDAudioExport.h