AVAudioSessionRouteChangeNotification

Static AVAudioSessionRouteChangeNotification 

Source
pub unsafe static AVAudioSessionRouteChangeNotification: Option<&'static NSNotificationName>
Available on crate feature AVAudioSessionTypes 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