---
title: deliveryMode
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phvideorequestoptions/deliverymode
---

# deliveryMode

A mode specifying the requested video quality and delivery priority.

## Declaration

```swift
var deliveryMode: PHVideoRequestOptionsDeliveryMode { get set }
```

## Discussion

Discussion Use this property to tell Photos to provide a video quickly (possibly sacrificing image quality) or to provide a high-quality video (possibly sacrificing speed). This option applies only when requesting the current version of the video (that is, only when the version property is PHVideoRequestOptionsVersion.current). The default option is PHVideoRequestOptionsDeliveryMode.automatic. See PHVideoRequestOptionsDeliveryMode.

## See Also

### Specifying Video Request Options

- [version](photos/phvideorequestoptions/version.md)
- [PHVideoRequestOptionsVersion](photos/phvideorequestoptionsversion.md)
- [PHVideoRequestOptionsDeliveryMode](photos/phvideorequestoptionsdeliverymode.md)
