---
title: AVAssetExportPresetPassthrough
framework: avfoundation
role: symbol
role_heading: Global Variable
path: avfoundation/avassetexportpresetpassthrough
---

# AVAssetExportPresetPassthrough

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

## Declaration

```swift
let AVAssetExportPresetPassthrough: String
```

## Discussion

Discussion This option doesn’t show up in the allExportPresets() and exportPresets(compatibleWith:) methods.
