<!--
{
  "availability" : [
    "iOS: 4.0.0 -",
    "iPadOS: 4.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.7.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVAssetExportPresetPassthrough",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@AVAssetExportPresetPassthrough"
  },
  "title" : "AVAssetExportPresetPassthrough"
}
-->

# AVAssetExportPresetPassthrough

A preset to export the asset in its current format, unless otherwise prohibited.

```
let AVAssetExportPresetPassthrough: String
```

## Discussion

This option doesn’t show up in the [`allExportPresets()`](/documentation/AVFoundation/AVAssetExportSession/allExportPresets()) and [`exportPresets(compatibleWith:)`](/documentation/AVFoundation/AVAssetExportSession/exportPresets(compatibleWith:)) methods.

---

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)