Struct PeerConnection.TransportStats
Subset of RTCTransportStats. See https://www.w3.org/TR/webrtc-stats/#transportstats-dict*.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public struct TransportStats
Fields
| Improve this Doc View SourceBytesReceived
Total number of payload bytes received on this PeerConnection, excluding headers and paddings.
Declaration
public ulong BytesReceived
Field Value
Type | Description |
---|---|
UInt64 |
BytesSent
Total number of payload bytes sent on this PeerConnection, excluding headers and paddings.
Declaration
public ulong BytesSent
Field Value
Type | Description |
---|---|
UInt64 |
TimestampUs
Unix timestamp (time since Epoch) of the statistics. For remote statistics, this is the time at which the information reached the local endpoint.
Declaration
public long TimestampUs
Field Value
Type | Description |
---|---|
Int64 |