---
title: recommendedTimeOffsetFromLiveDidChangeNotification
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avplayeritem/recommendedtimeoffsetfromlivedidchangenotification
---

# recommendedTimeOffsetFromLiveDidChangeNotification

A notification the player item posts when its offset from the live time changes.

## Declaration

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

## Discussion

Discussion Register to observe notifications of this type to observe changes to the value of the recommendedTimeOffsetFromLive property.

## See Also

### Observing notifications

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