---
title: minimumTimeOffsetFromLive
framework: avfoundation
role: symbol
role_heading: Type Property
path: avfoundation/avpartialasyncproperty/minimumtimeoffsetfromlive
---

# minimumTimeOffsetFromLive

A time value that indicates how closely playback follows the latest live stream content.

## Declaration

```swift
static var minimumTimeOffsetFromLive: AVAsyncProperty<Root, CMTime> { get }
```

## Discussion

Discussion Use the load(_:isolation:) method to retrieve the property value. This property value is only valid when working with live streaming content. For non-live assets, this property value is invalid.

## See Also

### Loading duration and timing

- [duration](avfoundation/avpartialasyncproperty/duration.md)
- [providesPreciseDurationAndTiming](avfoundation/avpartialasyncproperty/providesprecisedurationandtiming.md)
