<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.13.0 -",
    "tvOS: 11.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHAsset/PlaybackStyle-swift.enum",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHAssetPlaybackStyle"
  },
  "title" : "PHAsset.PlaybackStyle"
}
-->

# PHAsset.PlaybackStyle

An enumeration of asset playback styles that dictate how to present an asset to the user.

```
enum PlaybackStyle
```

## Topics

### Playback Styles

[`PHAsset.PlaybackStyle.unsupported`](/documentation/Photos/PHAsset/PlaybackStyle-swift.enum/unsupported)

An enumeration indicating that the asset has an unsupported or undefined media playback type.

[`PHAsset.PlaybackStyle.image`](/documentation/Photos/PHAsset/PlaybackStyle-swift.enum/image)

An enumeration indicating that the asset should be displayed as a still image.

[`PHAsset.PlaybackStyle.imageAnimated`](/documentation/Photos/PHAsset/PlaybackStyle-swift.enum/imageAnimated)

An enumeration indicating that the asset should be displayed as an animated image.

[`PHAsset.PlaybackStyle.livePhoto`](/documentation/Photos/PHAsset/PlaybackStyle-swift.enum/livePhoto)

An enumeration indicating that the asset should be displayed as a Live Photo.

[`PHAsset.PlaybackStyle.video`](/documentation/Photos/PHAsset/PlaybackStyle-swift.enum/video)

An enumeration indicating that the asset should be displayed as a video.

[`PHAsset.PlaybackStyle.videoLooping`](/documentation/Photos/PHAsset/PlaybackStyle-swift.enum/videoLooping)

An enumeration indicating that the asset should be displayed as a looping video.



---

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)