<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "tvOS: 10.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PhotoKit",
  "identifier" : "/documentation/Photos/PHAssetBurstSelectionType",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Photos"
    ],
    "preciseIdentifier" : "c:@E@PHAssetBurstSelectionType"
  },
  "title" : "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`](/documentation/Photos/PHAsset/burstSelectionTypes) property.

```
struct PHAssetBurstSelectionType
```

## Topics

### Initializers

[`init(rawValue: UInt)`](/documentation/Photos/PHAssetBurstSelectionType/init(rawValue:))

Creates an asset burst selection type from a raw value.

### Constants

[`PHAssetBurstSelectionTypeNone`](/documentation/Photos/PHAssetBurstSelectionType/PHAssetBurstSelectionTypeNone)

The asset is not marked as a favorite member of its burst sequence or is not a member of a burst sequence.

[`static var autoPick: PHAssetBurstSelectionType`](/documentation/Photos/PHAssetBurstSelectionType/autoPick)

Photos has automatically identified the asset as a potential user favorite.

[`static var userPick: PHAssetBurstSelectionType`](/documentation/Photos/PHAssetBurstSelectionType/userPick)

The user has marked the asset as a favorite member of its burst sequence.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`OptionSet`](/documentation/Swift/OptionSet)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)