<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "visionOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVKit",
  "identifier" : "/documentation/AVKit/AVExperienceController/ExpandedConfiguration/Placement",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "AVKit"
    ],
    "preciseIdentifier" : "s:5AVKit22AVExperienceControllerC21ExpandedConfigurationV9PlacementV"
  },
  "title" : "AVExperienceController.ExpandedConfiguration.Placement"
}
-->

# AVExperienceController.ExpandedConfiguration.Placement

A structure that represents where the video will be experienced.

```
struct Placement
```

## Overview

Control where an experience is placed. It can be over a UIScene.

## Topics

### Placements

[`static func over(scene: UIScene) -> AVExperienceController.ExpandedConfiguration.Placement`](/documentation/AVKit/AVExperienceController/ExpandedConfiguration/Placement/over(scene:))

Places the video over the provided scene.

[`static var unspecified: AVExperienceController.ExpandedConfiguration.Placement`](/documentation/AVKit/AVExperienceController/ExpandedConfiguration/Placement/unspecified)

Doesn’t specify placement.

## Relationships

### Conforms To

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

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

---

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)