---
title: playheadReachedLiveEdge
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avplayer/ratedidchangereason/playheadreachedliveedge
---

# playheadReachedLiveEdge

Indicates that the player automatically switched the playback rate from > 1.0 back to 1.0 when the playhead reached the live edge during live streaming.

## Declaration

```swift
static let playheadReachedLiveEdge: AVPlayer.RateDidChangeReason
```

## See Also

### Controlling playback

- [defaultRate](avfoundation/avplayer/defaultrate.md)
- [play()](avfoundation/avplayer/play().md)
- [pause()](avfoundation/avplayer/pause().md)
- [rate](avfoundation/avplayer/rate.md)
- [rateDidChangeNotification](avfoundation/avplayer/ratedidchangenotification.md)
- [reversePlaybackReachedStartOfSeekableRange](avfoundation/avplayer/ratedidchangereason/reverseplaybackreachedstartofseekablerange.md)
