AVAudioSession.CategoryChanged Event

Definition

Caution

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

An event indicating that the Category has changed.

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

Event Type

Attributes

Applies to