---
title: burstSelectionTypes
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phasset/burstselectiontypes
---

# burstSelectionTypes

The selection type of the asset in a burst photo sequence.

## Declaration

```swift
var burstSelectionTypes: PHAssetBurstSelectionType { get }
```

## Discussion

Discussion When the user takes a sequence of photos in burst mode with the Camera app (on supported devices), the Photos app user interface groups the resulting assets together and allows the user to select favorite members of the sequence. Photos also automatically marks members of the sequence as potential user favorites. See PHAssetBurstSelectionType for possible values. Because an asset may have more than one selection type, you use bit masks to identify an asset. For example, the code below tests an asset’s selection type.

## See Also

### Working with Burst Photo Assets

- [burstIdentifier](photos/phasset/burstidentifier.md)
- [PHAssetBurstSelectionType](photos/phassetburstselectiontype.md)
- [representsBurst](photos/phasset/representsburst.md)
