Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;