次の方法で共有


ACSIncomingMixedAudioEventArgs クラス

宣言

@interface ACSIncomingMixedAudioEventArgs : NSObject;

説明

新しいオーディオ データが入力されたときの IncomingMixedAudio イベントについて説明します

メソッド

プロパティ

streamProperties

未加工の受信オーディオ バッファーのプロパティ

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

audioBuffer

受信したオーディオ バッファー

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