ACSRawIncomingAudioStreamDelegate Protocol

Declaration

@protocol ACSRawIncomingAudioStreamDelegate;

Description

A set of methods that are called by ACSRawIncomingAudioStream in response to important events.

Methods

onMixedAudioBufferReceived

An event for when a new mixed audio buffer is available.

-(void)onMixedAudioBufferReceived:(ACSRawIncomingAudioStream *)sender :(ACSIncomingMixedAudioEventArgs *)args {

Parameters

  • sender -
  • args -

onStateChanged

An event that occurs when a given audio stream state changes.

-(void)onStateChanged:(ACSRawIncomingAudioStream *)sender :(ACSAudioStreamStateChangedEventArgs *)args {

Parameters

  • sender -
  • args -