pub unsafe static AVAudioSessionOutputMuteStateChangeNotification: Option<&'static NSNotificationName>Available on crate feature
AVAudioSessionTypes only.Expand description
Notification sent to registered listeners when session’s output mute state changes.
The userInfo dictionary will contain the updated output mute value as accessed by AVAudioSessionMuteStateKey
See also Apple’s documentation