---
title: AVExperienceController.Experience.embedded
framework: avkit
role: symbol
role_heading: Case
path: avkit/avexperiencecontroller/experience-swift.enum/embedded
---

# AVExperienceController.Experience.embedded

An experience where the video embeds within its original container.

## Declaration

```swift
case embedded
```

## Discussion

Discussion This experience is the starting state and is valid on all platforms. You may embed video in the original container even if that container isn’t visible or not in the view hierarchy. It’s valid to transition to this experience from any other experience, even when the player view controller isn’t in the view hierarchy. It’s the app’s responsibility to correctly manage the player view controller’s view lifecycle. note: This experience to is analogous to a player view controller’s inline state.

## See Also

### Supported experiences

- [AVExperienceController.Experience.expanded](avkit/avexperiencecontroller/experience-swift.enum/expanded.md)
- [AVExperienceController.Experience.multiview](avkit/avexperiencecontroller/experience-swift.enum/multiview.md)
- [AVExperienceController.Experience.immersive](avkit/avexperiencecontroller/experience-swift.enum/immersive.md)
