---
title: SpatialAudioExperiences.AnchoringStrategy
framework: audiotoolbox
role: symbol
role_heading: Enumeration
path: audiotoolbox/spatialaudioexperiences/anchoringstrategy
---

# SpatialAudioExperiences.AnchoringStrategy

The center of a head-tracked spatial experience.

## Declaration

```swift
enum AnchoringStrategy
```

## Overview

Overview For mono sounds, this defines the sound’s single location. For multi-channel sounds this defines the position of the channel layout’s front with all channels placed around the user relative to that front.

## Topics

### Enumeration Cases

- [SpatialAudioExperiences.AnchoringStrategy.automatic](audiotoolbox/spatialaudioexperiences/anchoringstrategy/automatic.md)
- [SpatialAudioExperiences.AnchoringStrategy.front](audiotoolbox/spatialaudioexperiences/anchoringstrategy/front.md)
- [SpatialAudioExperiences.AnchoringStrategy.scene(identifier:)](audiotoolbox/spatialaudioexperiences/anchoringstrategy/scene(identifier:).md)

## Relationships

### Conforms To

- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
