Namespace Unity.RenderStreaming
Classes
AV1CodecInfo
Represents information about the AV1 video codec.
AudioCodecInfo
Represents information about an audio codec, including its MIME type, SDP format parameters, channel count, and sample rate.
AudioStreamReceiver
AudioStreamReceiver is a component that receives audio streams and plays them through a specified AudioSource.
AudioStreamSender
Component for sending audio streams.
Broadcast
CandidateData
DataChannelBase
DescData
H264CodecInfo
Represents information about the H264 video codec.
HttpSignalingSettings
IceServer
InputChannelReceiverBase
InputReceiver
Represents a separate player in the game complete with a set of actions exclusive to the player and a set of paired device. It is the simple version of UnityEngine.InputSystem.PlayerInput that removing dependency of InputControlScheme.
InputSender
The InputSender component is responsible for sending input data over a data channel in a Unity Render Streaming context.
RenderStreaming
RenderStreamingSettings
SignalingEventData
SignalingHandlerBase
SignalingManager
Manages the signaling process for Unity RenderStreaming.
SignalingSettings
SignalingTypeAttribute
The attribute is used for commandline argument of "-signalingType".
SingleConnection
StreamReceiverBase
StreamSenderBase
VP9CodecInfo
Represents information about the VP9 video codec.
VideoCodecInfo
Represents information about a video codec, including its MIME type, SDP format parameters.
VideoStreamReceiver
Component for receiving video streams.
VideoStreamSender
Component for sending video streams.
WebSocketSignalingSettings
Interfaces
IAddChannelHandler
IAddReceiverHandler
IAnswerHandler
IConnectHandler
ICreatedConnectionHandler
IDataChannel
IDeletedConnectionHandler
IDisconnectHandler
IOfferHandler
IRenderStreamingDelegate
IRenderStreamingHandler
IStreamReceiver
IStreamSender
Enums
AV1Profile
Represents the profiles for the AV1 video codec.
AudioStreamSource
Specifies the source of the audio stream.
H264Profile
Represents the profiles for the H264 video codec.
IceCredentialType
VP9Profile
Represents the profiles for the VP9 video codec.
VideoRenderMode
Enum representing the video render mode.
VideoStreamSource
Specifies the source of the video stream.
Delegates
AudioStreamReceiver.OnUpdateReceiveAudioSourceHandler
Delegate for handling updates to the received audio source.
OnStartedChannelHandler
OnStartedStreamHandler
OnStoppedChannelHandler
OnStoppedStreamHandler
VideoStreamReceiver.OnUpdateReceiveTextureHandler
Delegate for updating the received texture.