Contents

videoQuality

The video quality to use when saving a trimmed movie.

Declaration

var videoQuality: UIImagePickerController.QualityType { get set }

Discussion

The available video qualities are described in the UIImagePickerController.QualityType enumeration. The default value for this property is UIImagePickerController.QualityType.typeLow.

If a user attempts to reencode a movie to a higher quality, the movie is saved at its existing quality. Reencoding never increases movie dimensions, frame rate, or bit rate.

See Also

Configuring the editor