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

# loadedTimeRanges

An array of time ranges indicating media data that is readily available.

```
nonisolated var loadedTimeRanges: [NSValue] { get }
```

## Discussion

The array contains <doc://com.apple.documentation/documentation/Foundation/NSValue> objects containing a <doc://com.apple.documentation/documentation/CoreMedia/CMTimeRange> value indicating the times ranges for which the player item has media data readily available. The time ranges returned may be discontinuous.

---

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)