<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "MediaPlayer",
  "identifier" : "/documentation/MediaPlayer/MPMusicPlayerControllerVolumeDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "Media Player"
    ],
    "preciseIdentifier" : "c:@MPMusicPlayerControllerVolumeDidChangeNotification"
  },
  "title" : "MPMusicPlayerControllerVolumeDidChangeNotification"
}
-->

# MPMusicPlayerControllerVolumeDidChangeNotification

Posted when the audio playback volume for the music player has changed.

```
extern NSNotificationName const MPMusicPlayerControllerVolumeDidChangeNotification;
```

## Discussion

The object associated with the notification is the music player whose playback volume changed. The notification has no `userInfo` dictionary.

---

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)