---
title: PHAsset.PlaybackStyle
framework: photos
role: symbol
role_heading: Enumeration
path: photos/phasset/playbackstyle-swift.enum
---

# PHAsset.PlaybackStyle

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

## Declaration

```swift
enum PlaybackStyle
```

## Topics

### Playback Styles

- [PHAsset.PlaybackStyle.unsupported](photos/phasset/playbackstyle-swift.enum/unsupported.md)
- [PHAsset.PlaybackStyle.image](photos/phasset/playbackstyle-swift.enum/image.md)
- [PHAsset.PlaybackStyle.imageAnimated](photos/phasset/playbackstyle-swift.enum/imageanimated.md)
- [PHAsset.PlaybackStyle.livePhoto](photos/phasset/playbackstyle-swift.enum/livephoto.md)
- [PHAsset.PlaybackStyle.video](photos/phasset/playbackstyle-swift.enum/video.md)
- [PHAsset.PlaybackStyle.videoLooping](photos/phasset/playbackstyle-swift.enum/videolooping.md)

### Initializers

- [init(rawValue:)](photos/phasset/playbackstyle-swift.enum/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

### Displaying an Asset

- [playbackStyle](photos/phasset/playbackstyle-swift.property.md)
