<!--
{
  "availability" : [
    "iOS: 18.2.0 -",
    "iPadOS: 18.2.0 -",
    "macCatalyst: 18.2.0 -",
    "visionOS: 2.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFAudio",
  "identifier" : "/documentation/AVFAudio/AVAudioSession/microphoneInjectionCapabilitiesChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFAudio"
    ],
    "preciseIdentifier" : "c:@AVAudioSessionMicrophoneInjectionCapabilitiesChangeNotification"
  },
  "title" : "microphoneInjectionCapabilitiesChangeNotification"
}
-->

# microphoneInjectionCapabilitiesChangeNotification

A notification the system posts when its capability to inject audio into an input stream changes.

```
class let microphoneInjectionCapabilitiesChangeNotification: NSNotification.Name
```

## Discussion

Query the notification’s `userInfo` dictionary for [`AVAudioSessionMicrophoneInjectionIsAvailableKey`](/documentation/AVFAudio/AVAudioSessionMicrophoneInjectionIsAvailableKey) to determine whether microphone
injection is available.

## Topics

### User-information keys

[`AVAudioSessionMicrophoneInjectionIsAvailableKey`](/documentation/AVFAudio/AVAudioSessionMicrophoneInjectionIsAvailableKey)

A key to retrieve a Boolean value that indicates whether microphone injection is available.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)