---
title: timeJumpedNotification
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avplayeritem/timejumpednotification
---

# timeJumpedNotification

A notification the system posts when a player item’s time changes discontinuously.

## Declaration

```swift
class let timeJumpedNotification: NSNotification.Name
```

## Discussion

Discussion The notification’s object is the player item. important: The system may post this notification on a thread other than the one you use to register the observer.

## Topics

### User information keys

- [timeJumpedOriginatingParticipantKey](avfoundation/avplayeritem/timejumpedoriginatingparticipantkey.md)

## See Also

### Observing notifications

- [didPlayToEndTimeNotification](avfoundation/avplayeritem/didplaytoendtimenotification.md)
- [failedToPlayToEndTimeNotification](avfoundation/avplayeritem/failedtoplaytoendtimenotification.md)
- [playbackStalledNotification](avfoundation/avplayeritem/playbackstallednotification.md)
- [mediaSelectionDidChangeNotification](avfoundation/avplayeritem/mediaselectiondidchangenotification.md)
- [recommendedTimeOffsetFromLiveDidChangeNotification](avfoundation/avplayeritem/recommendedtimeoffsetfromlivedidchangenotification.md)
- [newAccessLogEntryNotification](avfoundation/avplayeritem/newaccesslogentrynotification.md)
- [newErrorLogEntryNotification](avfoundation/avplayeritem/newerrorlogentrynotification.md)
