---
title: AVPlayerItemIntegratedTimelineSnapshot
framework: avfoundation
role: symbol
role_heading: Class
path: avfoundation/avplayeritemintegratedtimelinesnapshot
---

# AVPlayerItemIntegratedTimelineSnapshot

An immutable representation of inspectable details of an integrated timeline object.

## Declaration

```swift
class AVPlayerItemIntegratedTimelineSnapshot
```

## Overview

Overview A snapshot doesn’t reflect the new timeline state as playback progresses. You can request a new snapshot instance from an AVPlayerItemIntegratedTimeline that reflect the latest timeline state.

## Topics

### Inspecting the snapshot

- [duration](avfoundation/avplayeritemintegratedtimelinesnapshot/duration.md)
- [currentSegment](avfoundation/avplayeritemintegratedtimelinesnapshot/currentsegment.md)
- [segments](avfoundation/avplayeritemintegratedtimelinesnapshot/segments.md)
- [AVPlayerItemSegment](avfoundation/avplayeritemsegment.md)
- [currentTime](avfoundation/avplayeritemintegratedtimelinesnapshot/currenttime.md)
- [currentDate](avfoundation/avplayeritemintegratedtimelinesnapshot/currentdate.md)

### Time mapping

- [segmentAndOffsetIntoSegment(forTimelineTime:)](avfoundation/avplayeritemintegratedtimelinesnapshot/segmentandoffsetintosegment(fortimelinetime:).md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Inspecting snapshots

- [currentSnapshot](avfoundation/avplayeritemintegratedtimeline/currentsnapshot.md)
- [snapshotsOutOfSyncNotification](avfoundation/avplayeritemintegratedtimeline/snapshotsoutofsyncnotification.md)
