Class PeerConnection.StatsReport
Snapshot of the statistics relative to a peer connection/track. The various stats objects can be read through GetStats<T>().
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public class StatsReport : IDisposable
Methods
| Improve this Doc View SourceDispose()
Dispose of the report.
Declaration
public void Dispose()
GetStats<T>()
Get all the instances of a specific stats type in the report.
Declaration
public IEnumerable<T> GetStats<T>()
Returns
Type | Description |
---|---|
IEnumerable<T> |