<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayer/rateDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@AVPlayerRateDidChangeNotification"
  },
  "title" : "rateDidChangeNotification"
}
-->

# rateDidChangeNotification

A notification that a player posts when its rate changes.

```
class let rateDidChangeNotification: NSNotification.Name
```

## Discussion

Observing this notification is similar to key-value observing the rate property, except the notification provides additional information about the rate change in the user information dictionary.

## Topics

### User information keys

[`rateDidChangeOriginatingParticipantKey`](/documentation/AVFoundation/AVPlayer/rateDidChangeOriginatingParticipantKey)

A key to retrieve the identifier of the participant that originates the rate change.

[`rateDidChangeReasonKey`](/documentation/AVFoundation/AVPlayer/rateDidChangeReasonKey)

A key to retrieve the reason for the rate change.

[`AVPlayer.RateDidChangeReason`](/documentation/AVFoundation/AVPlayer/RateDidChangeReason)

A structure that represents a rate change reason.



---

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)