AVAudioSessionMediaServicesWereLostNotification

Static AVAudioSessionMediaServicesWereLostNotification 

Source
pub unsafe static AVAudioSessionMediaServicesWereLostNotification: Option<&'static NSNotificationName>
Available on crate feature AVAudioSessionTypes only.
Expand description

Notification sent to registered listeners if the media server is killed.

In the event that the server is killed, take appropriate steps to handle requests that come in before the server resets. See Technical Q &A QA1749.

See also Apple’s documentation