Contents

minimumTimeOffsetFromLive

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

Declaration

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

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