---
title: type
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phlivephotoframe/type
---

# type

The type of image content in this frame.

## Declaration

```swift
var type: PHLivePhotoFrameType { get }
```

## Discussion

Discussion Photos calls your frameProcessor block repeatedly, both to process each frame of the Live Photo’s video content and to process the Live Photo’s still photo content. Use this property to distinguish photo content from video frames—for example, to add a watermark only to still photo content.

## See Also

### Getting Information About the Frame

- [renderScale](photos/phlivephotoframe/renderscale.md)
- [time](photos/phlivephotoframe/time.md)
- [PHLivePhotoFrameType](photos/phlivephotoframetype.md)
