Class RTCRtpSender
Namespace: Unity.WebRTC
Syntax
public class RTCRtpSender
Properties
Track
Declaration
public MediaStreamTrack Track { get; }
Property Value
| Type | Description |
|---|---|
| MediaStreamTrack |
Methods
GetParameters()
Declaration
public RTCRtpSendParameters GetParameters()
Returns
| Type | Description |
|---|---|
| RTCRtpSendParameters |
GetStats()
Declaration
public RTCStatsReportAsyncOperation GetStats()
Returns
| Type | Description |
|---|---|
| RTCStatsReportAsyncOperation |
SetParameters(RTCRtpSendParameters)
Declaration
public RTCErrorType SetParameters(RTCRtpSendParameters parameters)
Parameters
| Type | Name | Description |
|---|---|---|
| RTCRtpSendParameters | parameters |
Returns
| Type | Description |
|---|---|
| RTCErrorType |