---
title: PHVideoRequestOptionsDeliveryMode
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phvideorequestoptionsdeliverymode
---

# PHVideoRequestOptionsDeliveryMode

Options for delivering requested video data, used by the deliveryMode property.

## Declaration

```swift
enum PHVideoRequestOptionsDeliveryMode
```

## Topics

### Constants

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

### Initializers

- [init(rawValue:)](photos/phvideorequestoptionsdeliverymode/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Specifying Video Request Options

- [version](photos/phvideorequestoptions/version.md)
- [PHVideoRequestOptionsVersion](photos/phvideorequestoptionsversion.md)
- [deliveryMode](photos/phvideorequestoptions/deliverymode.md)
