<!--
{
  "availability" : [
    "iOS: 18.0.0 -",
    "iPadOS: 18.0.0 -",
    "macCatalyst: 18.0.0 -",
    "macOS: 15.0.0 -",
    "tvOS: 18.0.0 -",
    "visionOS: 2.0.0 -",
    "watchOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItemIntegratedTimeline/snapshotsOutOfSyncNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@AVPlayerIntegratedTimelineSnapshotsOutOfSyncNotification"
  },
  "title" : "snapshotsOutOfSyncNotification"
}
-->

# snapshotsOutOfSyncNotification

A notification the system posts when the snapshot objects provided by this timeline become out of sync with the current timeline state.

```
class let snapshotsOutOfSyncNotification: NSNotification.Name
```

## Topics

### User-information keys

[`snapshotsOutOfSyncReasonKey`](/documentation/AVFoundation/AVPlayerItemIntegratedTimeline/snapshotsOutOfSyncReasonKey)

A key to retrieve the reason for an out-of-sync state notification.

[`AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason`](/documentation/AVFoundation/AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason)

Constants that represent the reason for an out-of-sync state.



---

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)