Static AVAudioSessionMediaServicesWereResetNotification

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

Notification sent to registered listeners when the media server restarts.

In the event that the server restarts, take appropriate steps to re-initialize any audio objects used by your application. See Technical Q &A QA1749.

See also Apple’s documentation