Class RTCRTPStreamStats
Inherited Members
Namespace: Unity.WebRTC
Syntax
public class RTCRTPStreamStats : RTCStats
Properties
codecId
Declaration
public string codecId { get; }
Property Value
| Type | Description |
|---|---|
| String |
kind
Declaration
public string kind { get; }
Property Value
| Type | Description |
|---|---|
| String |
ssrc
Declaration
public uint ssrc { get; }
Property Value
| Type | Description |
|---|---|
| UInt32 |
transportId
Declaration
public string transportId { get; }
Property Value
| Type | Description |
|---|---|
| String |