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

# PHAsset.PlaybackStyle.video

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

## Declaration

```swift
case video
```

## See Also

### 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.videoLooping](photos/phasset/playbackstyle-swift.enum/videolooping.md)
