---
title: PHAssetBurstSelectionType
framework: photos
role: symbol
role_heading: Structure
path: photos/phassetburstselectiontype
---

# PHAssetBurstSelectionType

Bit mask values indicating whether and how an asset is marked as a favorite member of a burst photo sequence. Used by the burstSelectionTypes property.

## Declaration

```swift
struct PHAssetBurstSelectionType
```

## Topics

### Initializers

- [init(rawValue:)](photos/phassetburstselectiontype/init(rawvalue:).md)

### Constants

- [autoPick](photos/phassetburstselectiontype/autopick.md)
- [userPick](photos/phassetburstselectiontype/userpick.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Working with Burst Photo Assets

- [burstIdentifier](photos/phasset/burstidentifier.md)
- [burstSelectionTypes](photos/phasset/burstselectiontypes.md)
- [representsBurst](photos/phasset/representsburst.md)
