Struct PeerConnection.VideoReceiverStats
Subset of RTCMediaStreamTrack (video receiver) + RTCInboundRTPStreamStats. See https://www.w3.org/TR/webrtc-stats/#rvststats-dict* and https://www.w3.org/TR/webrtc-stats/#inboundrtpstats-dict*
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public struct VideoReceiverStats
Fields
| Improve this Doc View SourceBytesReceived
Total number of bytes received for this SSRC.
Declaration
public ulong BytesReceived
Field Value
Type | Description |
---|---|
UInt64 |
FramesDecoded
Total number of frames correctly decoded for this RTP stream, that would be displayed if no frames are dropped.
Declaration
public uint FramesDecoded
Field Value
Type | Description |
---|---|
UInt32 |
FramesDropped
Total number since the receiver was created of frames dropped prior to decode or dropped because the frame missed its display deadline for this receiver's track.
Declaration
public uint FramesDropped
Field Value
Type | Description |
---|---|
UInt32 |
FramesReceived
Total number of complete frames received on this RTP stream.
Declaration
public uint FramesReceived
Field Value
Type | Description |
---|---|
UInt32 |
PacketsReceived
Total number of RTP packets received for this SSRC.
Declaration
public uint PacketsReceived
Field Value
Type | Description |
---|---|
UInt32 |
RtpStatsTimestampUs
Unix timestamp (time since Epoch) of the RTP statistics. For remote statistics, this is the time at which the information reached the local endpoint.
Declaration
public long RtpStatsTimestampUs
Field Value
Type | Description |
---|---|
Int64 |
TrackIdentifier
Track identifier.
Declaration
public string TrackIdentifier
Field Value
Type | Description |
---|---|
String |
TrackStatsTimestampUs
Unix timestamp (time since Epoch) of the track statistics. For remote statistics, this is the time at which the information reached the local endpoint.
Declaration
public long TrackStatsTimestampUs
Field Value
Type | Description |
---|---|
Int64 |