AVAudioSessionRouteChangeNotification

Static AVAudioSessionRouteChangeNotification 

Source
pub unsafe static AVAudioSessionRouteChangeNotification: &'static NSNotificationName
Available on crate feature AVAudioSession only.
Expand description

Notification sent to registered listeners when an audio route change has occurred.

Check the notification’s userInfo dictionary for the route change reason and for a description of the previous audio route.

See also Apple’s documentation