ACSIncomingMixedAudioEventArgs 类

声明

@interface ACSIncomingMixedAudioEventArgs : NSObject;

说明

介绍新音频数据传入的 IncomingMixedAudio 事件

方法

属性

streamProperties

原始传入音频缓冲区的属性

@property (retain, nonnull, readonly) ACSRawIncomingAudioStreamProperties * streamProperties;

audioBuffer

收到的音频缓冲区

@property (retain, nonnull, readonly) ACSRawAudioBuffer * audioBuffer;