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

# PHLivePhotoViewPlaybackStyle

Options for how much of the motion and sound content of a Live Photo to play, used in the [`startPlayback(with:)`](/documentation/PhotosUI/PHLivePhotoView/startPlayback(with:)) method and in messages to the view’s [`delegate`](/documentation/PhotosUI/PHLivePhotoView/delegate) object.

```
enum PHLivePhotoViewPlaybackStyle
```

## Topics

### Constants

[`case undefined`](/documentation/PhotosUI/PHLivePhotoViewPlaybackStyle/undefined)

This value is invalid for use.

[`case full`](/documentation/PhotosUI/PHLivePhotoViewPlaybackStyle/full)

Plays back the entire motion and sound content of the Live Photo, including transition effects at the start and end.

[`case hint`](/documentation/PhotosUI/PHLivePhotoViewPlaybackStyle/hint)

Plays back only a brief section of the motion content of the Live Photo, without sound.

### Initializers

[`init?(rawValue: Int)`](/documentation/PhotosUI/PHLivePhotoViewPlaybackStyle/init(rawValue:))

## Relationships

### Conforms To

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

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

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

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

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

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

---

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)