---
title: PHVideoRequestOptionsDeliveryMode.mediumQualityFormat
framework: photos
role: symbol
role_heading: Case
path: photos/phvideorequestoptionsdeliverymode/mediumqualityformat
---

# PHVideoRequestOptionsDeliveryMode.mediumQualityFormat

Photos provides a video of moderate quality unless a higher quality version is locally cached.

## Declaration

```swift
case mediumQualityFormat
```

## Discussion

Discussion When the isNetworkAccessAllowed property is true, the medium quality option provides a version of the video asset that is suitable for streaming from iCloud and displaying on a device—for example, an MP4 video with 720p resolution. If a higher-quality version is already cached on the device, Photos provides that video instead.

## See Also

### Constants

- [PHVideoRequestOptionsDeliveryMode.automatic](photos/phvideorequestoptionsdeliverymode/automatic.md)
- [PHVideoRequestOptionsDeliveryMode.highQualityFormat](photos/phvideorequestoptionsdeliverymode/highqualityformat.md)
- [PHVideoRequestOptionsDeliveryMode.fastFormat](photos/phvideorequestoptionsdeliverymode/fastformat.md)
