---
title: UIImagePickerController.QualityType.typeHigh
framework: uikit
role: symbol
role_heading: Case
path: uikit/uiimagepickercontroller/qualitytype/typehigh
---

# UIImagePickerController.QualityType.typeHigh

If recording, specifies that you want to use the highest-quality video recording supported for the active camera on the device.

## Declaration

```swift
case typeHigh
```

## Discussion

Discussion Recorded files are suitable for on-device playback and for wired transfer to the Desktop using Image Capture; they are likely to be too large for transfer using Wi-Fi. If displaying a recorded movie in the image picker, specifies that you do not want to reduce the video quality of the movie.

## See Also

### Constants

- [UIImagePickerController.QualityType.type640x480](uikit/uiimagepickercontroller/qualitytype/type640x480.md)
- [UIImagePickerController.QualityType.typeMedium](uikit/uiimagepickercontroller/qualitytype/typemedium.md)
- [UIImagePickerController.QualityType.typeLow](uikit/uiimagepickercontroller/qualitytype/typelow.md)
- [UIImagePickerController.QualityType.typeIFrame1280x720](uikit/uiimagepickercontroller/qualitytype/typeiframe1280x720.md)
- [UIImagePickerController.QualityType.typeIFrame960x540](uikit/uiimagepickercontroller/qualitytype/typeiframe960x540.md)
