Interface IStreamSource
Namespace: Unity.RenderStreaming
Syntax
public interface IStreamSource
Properties
Track
Declaration
MediaStreamTrack Track { get; }
Property Value
| Type | Description |
|---|---|
| MediaStreamTrack |
Methods
SetSender(String, RTCRtpSender)
Declaration
void SetSender(string connectionId, RTCRtpSender sender)
Parameters
| Type | Name | Description |
|---|---|---|
| String | connectionId | |
| RTCRtpSender | sender |