---
title: AVAssetExportPresetMediumQuality
framework: avfoundation
role: symbol
role_heading: Global Variable
path: avfoundation/avassetexportpresetmediumquality
---

# AVAssetExportPresetMediumQuality

A preset to export a medium-quality movie file.

## Declaration

```swift
let AVAssetExportPresetMediumQuality: String
```

## Discussion

Discussion This preset compresses video in H.264 format and audio in AAC format.

## See Also

### Quality presets

- [AVAssetExportPresetLowQuality](avfoundation/avassetexportpresetlowquality.md)
- [AVAssetExportPresetHighestQuality](avfoundation/avassetexportpresethighestquality.md)
- [AVAssetExportPresetHEVCHighestQuality](avfoundation/avassetexportpresethevchighestquality.md)
- [AVAssetExportPresetHEVCHighestQualityWithAlpha](avfoundation/avassetexportpresethevchighestqualitywithalpha.md)
