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

# PHAsset.PlaybackStyle.image

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

## Declaration

```swift
case image
```

## See Also

### Playback Styles

- [PHAsset.PlaybackStyle.unsupported](photos/phasset/playbackstyle-swift.enum/unsupported.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)
