ACSRemoteIncomingAudioStreamDelegate Protocol
Declaration
@protocol ACSRemoteIncomingAudioStreamDelegate;
Description
A set of methods that are called by ACSRemoteIncomingAudioStream in response to important events.
Methods
onStateChanged
An event that occurs when a given audio stream state changes.
-(void)onStateChanged:(ACSRemoteIncomingAudioStream *)sender :(ACSAudioStreamStateChangedEventArgs *)args {
Parameters
sender
-args
-