AVAudioSessionMuteStateKey

Static AVAudioSessionMuteStateKey 

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

Keys for AVAudioSessionOutputMuteStateChangeNotification Value is NSNumber type with boolean value 0 for unmuted or value 1 for muted (samples zeroed out)

See also Apple’s documentation