---
title: AVAssetExportPresetHEVCHighestQuality
framework: avfoundation
role: symbol
role_heading: Global Variable
path: avfoundation/avassetexportpresethevchighestquality
---

# AVAssetExportPresetHEVCHighestQuality

A preset to export the highest available video quality and HEVC video compression.

## Declaration

```swift
let AVAssetExportPresetHEVCHighestQuality: String
```

## Discussion

Discussion This preset compresses video in HEVC format and audio in AAC format.

## See Also

### Quality presets

- [AVAssetExportPresetLowQuality](avfoundation/avassetexportpresetlowquality.md)
- [AVAssetExportPresetMediumQuality](avfoundation/avassetexportpresetmediumquality.md)
- [AVAssetExportPresetHighestQuality](avfoundation/avassetexportpresethighestquality.md)
- [AVAssetExportPresetHEVCHighestQualityWithAlpha](avfoundation/avassetexportpresethevchighestqualitywithalpha.md)
