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

# deliveryMode

The requested Live Photo quality and delivery priority.

## Declaration

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

## Discussion

Discussion Use this property to tell Photos to provide a Live Photo quickly (possibly sacrificing image quality), to provide a high-quality Live Photo (possibly sacrificing speed), or to provide both automatically if needed. See PHImageRequestOptionsDeliveryMode.

## See Also

### Specifying Image Request Options

- [version](photos/phlivephotorequestoptions/version.md)
