AVAudioSession.InputAvailabilityChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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