Class RTCStatsReport
Namespace: Unity.WebRTC
Syntax
public class RTCStatsReport : IDisposable
Properties
Stats
Declaration
public IDictionary<string, RTCStats> Stats { get; }
Property Value
| Type | Description |
|---|---|
| IDictionary<String, RTCStats> |
Methods
Dispose()
Declaration
public void Dispose()
Finalize()
Declaration
protected void Finalize()
Get(String)
Declaration
public RTCStats Get(string id)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id |
Returns
| Type | Description |
|---|---|
| RTCStats |
TryGetValue(String, out RTCStats)
Declaration
public bool TryGetValue(string id, out RTCStats stats)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | |
| RTCStats | stats |
Returns
| Type | Description |
|---|---|
| Boolean |