<!--
{
  "availability" : [
    "iOS: 3.1.0 -",
    "iPadOS: 3.1.0 -",
    "macCatalyst: 13.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImagePickerController/videoQuality",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIImagePickerController(py)videoQuality"
  },
  "title" : "videoQuality"
}
-->

# videoQuality

The video recording and transcoding quality.

```
var videoQuality: UIImagePickerController.QualityType { get set }
```

## Discussion

The video quality setting specified by this property is used during video recording. It is also used whenever picking a recorded movie. Specifically, if the video quality setting is lower than the video quality of an existing movie, displaying that movie in the picker results in transcoding the movie to the lower quality.

The various video qualities are listed in the [`UIImagePickerController.QualityType`](/documentation/UIKit/UIImagePickerController/QualityType) enumeration. The default value is [`UIImagePickerController.QualityType.typeMedium`](/documentation/UIKit/UIImagePickerController/QualityType/typeMedium). To capture or transcode a movie using a video quality other than the default value, you must set the quality explicitly.

This property is available only if the [`mediaTypes`](/documentation/UIKit/UIImagePickerController/mediaTypes) property’s value array includes the `kUTTypeMovie` media type.

## See Also

[`+  availableMediaTypesForSourceType:`](/documentation/UIKit/UIImagePickerController/availableMediaTypes(for:))

Retrieves the available media types for the specified source type.

[`+  isSourceTypeAvailable:`](/documentation/UIKit/UIImagePickerController/isSourceTypeAvailable(_:))

Queries whether the device supports picking media using the specified source type.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)