<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.15.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHVideoRequestOptionsVersion",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHVideoRequestOptionsVersion"
  },
  "title" : "PHVideoRequestOptionsVersion"
}
-->

# PHVideoRequestOptionsVersion

Options for requesting a video asset with or without adjustments, used by the [`version`](/documentation/Photos/PHVideoRequestOptions/version) property.

```
enum PHVideoRequestOptionsVersion
```

## Topics

### Constants

[`case current`](/documentation/Photos/PHVideoRequestOptionsVersion/current)

Request the most recent version of the video asset, reflecting all edits.

[`case original`](/documentation/Photos/PHVideoRequestOptionsVersion/original)

Request a version of the video asset without adjustments.

### Initializers

[`init?(rawValue: Int)`](/documentation/Photos/PHVideoRequestOptionsVersion/init(rawValue:))

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)