<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVPartialAsyncProperty/constituentFileURLs",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:12AVFoundation22AVPartialAsyncPropertyCAASo7AVAssetCRbzlE19constituentFileURLsAA07AVAsyncD0CyxSay10Foundation3URLVGGvpZ"
  },
  "title" : "constituentFileURLs"
}
-->

# constituentFileURLs

The list of file URLs used by the MediaExtension that constitute the asset.
The list of file URLs that constitute the asset are returned only for QuickTime reference movies, or if the MediaExtension format reader implements this property [MEFileInfo setConstituentFileNames:].

```
static var constituentFileURLs: AVAsyncProperty<Root, [URL]> { get }
```

---

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)