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

# PHAsset.PlaybackStyle.unsupported

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

## Declaration

```swift
case unsupported
```

## See Also

### Playback Styles

- [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)
