AVAudioSession.InputAvailabilityChanged Event

Definition

Caution

Deprecated since iOS 6, Use 'AVAudioSession.Notification.ObserveAudioRouteChange'.

Event indicating that the availability of inputs has changed.

[System.Obsolete("Deprecated since iOS 6, Use 'AVAudioSession.Notification.ObserveAudioRouteChange'.")]
public event EventHandler<AVFoundation.AVStatusEventArgs> InputAvailabilityChanged;
member this.InputAvailabilityChanged : EventHandler<AVFoundation.AVStatusEventArgs> 

Event Type

Attributes

Applies to