<!--
{
  "availability" : [
    "visionOS: 26.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FoveatedStreaming",
  "identifier" : "/documentation/FoveatedStreaming/FoveatedStreamingSpaceContent",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foveated Streaming"
    ],
    "preciseIdentifier" : "s:17FoveatedStreaming0aB12SpaceContentV"
  },
  "title" : "FoveatedStreamingSpaceContent"
}
-->

# FoveatedStreamingSpaceContent

A type that defines the content of an immersive space displaying a foveated stream.

```
@MainActor @preconcurrency struct FoveatedStreamingSpaceContent
```

## Overview

Don’t use `FoveatedStreamingSpaceContent` directly.
The Foveated Streaming framework uses it when you call <doc://com.apple.documentation/documentation/SwiftUI/ImmersiveSpace/init(foveatedStreaming:content:)>
to display spatial content from a foveated streaming session alongside <doc://com.apple.documentation/documentation/RealityKit> content:

```swift
ImmersiveSpace(foveatedStreaming: session) {
    RealityView { content in
        // Optional: Add `RealityKit` content to the immersive space to co-exist with the streamed content.
    }
}
```

## Relationships

### Conforms To

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

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

[`View`](/documentation/SwiftUI/View)

---

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)