<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPlayerItem/canUseNetworkResourcesForLiveStreamingWhilePaused",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVPlayerItem(py)canUseNetworkResourcesForLiveStreamingWhilePaused"
  },
  "title" : "canUseNetworkResourcesForLiveStreamingWhilePaused"
}
-->

# canUseNetworkResourcesForLiveStreamingWhilePaused

A Boolean value that indicates whether the player item can use network resources to keep the playback state up to date while paused.

```
nonisolated var canUseNetworkResourcesForLiveStreamingWhilePaused: Bool { get set }
```

## Discussion

For live streaming content, the player item may need to use extra networking and power resources to keep playback state up to date when paused.  For example, when this property is set to true, the [`seekableTimeRanges`](/documentation/AVFoundation/AVPlayerItem/seekableTimeRanges) property will be periodically updated to reflect the current state of the live stream.

To minimize power usage, avoid setting this property to `true` when you do not need playback state to stay up to date while paused.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)