---
title: photoLive
framework: photos
role: symbol
role_heading: Type Property
path: photos/phassetmediasubtype/photolive
---

# photoLive

The asset is a Live Photo that includes movement and sounds from the moments just before and after its capture.

## Declaration

```swift
static var photoLive: PHAssetMediaSubtype { get }
```

## Discussion

Discussion To display a Live Photo asset with its associated video content, retrieve a PHLivePhoto object using the PHImageManager class and assign it to a PHLivePhotoView object.

## See Also

### Media Subtypes

- [photoPanorama](photos/phassetmediasubtype/photopanorama.md)
- [photoHDR](photos/phassetmediasubtype/photohdr.md)
- [photoScreenshot](photos/phassetmediasubtype/photoscreenshot.md)
- [videoCinematic](photos/phassetmediasubtype/videocinematic.md)
- [videoStreamed](photos/phassetmediasubtype/videostreamed.md)
- [videoHighFrameRate](photos/phassetmediasubtype/videohighframerate.md)
- [videoTimelapse](photos/phassetmediasubtype/videotimelapse.md)
- [photoDepthEffect](photos/phassetmediasubtype/photodeptheffect.md)
