Contents

FoveatedStreamingSession.MessageChannel

A bidirectional channel for sending and receiving custom data.

Declaration

class MessageChannel

Overview

Use message channels to communicate with the application streaming foveated content to your visionOS app. You can send data with the sendMessage(_:) function and receive data through the receivedMessageStream async stream.

Topics

Structures

Instance Properties

Instance Methods

Enumerations