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

# PHLivePhotoFrameType

Identifiers for the type of frame image to be processed. Used with the [`type`](/documentation/Photos/PHLivePhotoFrame/type) property.

```
enum PHLivePhotoFrameType
```

## Topics

### Constants

[`case photo`](/documentation/Photos/PHLivePhotoFrameType/photo)

The image is a still photo.

[`case video`](/documentation/Photos/PHLivePhotoFrameType/video)

The image is a single frame from the Live Photo’s video content.

### Initializers

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

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)