<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@T@AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason"
  },
  "title" : "AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason"
}
-->

# AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason

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

```
struct AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason
```

## Topics

### Getting the reasons

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

The snapshot is out of sync due to a change of segments.

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

The snapshot is out of sync due to a change of the current segment.

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

The snapshot is out of sync due to a change of the loaded time ranges.

### Creating a reason

[`init(rawValue:)`](/documentation/AVFoundation/AVPlayerIntegratedTimelineSnapshotsOutOfSyncReason/init(rawValue:))

Creates a new out-of-sync reason from the value you specify.



---

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)