---
title: videoExportPreset
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimagepickercontroller/videoexportpreset
---

# videoExportPreset

The preset to use when preparing video for export to your app.

## Declaration

```swift
var videoExportPreset: String { get set }
```

## Discussion

Discussion The value of this key is one of the export presets supported by the AVAssetExportSession class. For a list of possible values, see the export preset constants in AVAssetExportSession.

## See Also

### Configuring the export presets

- [imageExportPreset](uikit/uiimagepickercontroller/imageexportpreset.md)
- [UIImagePickerController.ImageURLExportPreset](uikit/uiimagepickercontroller/imageurlexportpreset.md)
