ACSIncomingMixedAudioEventArgs Class

Declaration

@interface ACSIncomingMixedAudioEventArgs : NSObject;

Description

Describes an IncomingMixedAudio event for when new audio data comes in

Methods

Properties

streamProperties

Properties of the Raw Incoming Audio Buffer

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

audioBuffer

Audio Buffer that was received

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