ACSIncomingMixedAudioEventArgs 類別
宣告
@interface ACSIncomingMixedAudioEventArgs : NSObject;
Description
描述新音訊數據傳入時的 IncomingMixedAudio 事件
方法
屬性
streamProperties
原始傳入音訊緩衝區的屬性
@property (retain, nonnull, readonly) ACSRawIncomingAudioStreamProperties * streamProperties;
audioBuffer
收到的音訊緩衝區
@property (retain, nonnull, readonly) ACSRawAudioBuffer * audioBuffer;