AVAudioApplicationMuteStateKey

Static AVAudioApplicationMuteStateKey 

Source
pub unsafe static AVAudioApplicationMuteStateKey: &'static NSString
Available on crate feature AVAudioApplication only.
Expand description

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

See also Apple’s documentation