Struct PeerConnection.VideoSenderStats
Subset of RTCMediaStreamTrack (video sender) and RTCOutboundRTPStreamStats. See https://www.w3.org/TR/webrtc-stats/#vsstats-dict* and https://www.w3.org/TR/webrtc-stats/#sentrtpstats-dict*.
Namespace: Microsoft.MixedReality.WebRTC
Assembly: Microsoft.MixedReality.WebRTC.dll
Syntax
public struct VideoSenderStats
Fields
| Improve this Doc View SourceBytesSent
Total number of bytes sent for this SSRC.
Declaration
public ulong BytesSent
Field Value
Type | Description |
---|---|
UInt64 |
FramesEncoded
Total number of frames successfully encoded for this RTP media stream.
Declaration
public uint FramesEncoded
Field Value
Type | Description |
---|---|
UInt32 |
FramesSent
Total number of frames sent on this RTP stream.
Declaration
public uint FramesSent
Field Value
Type | Description |
---|---|
UInt32 |
HugeFramesSent
Total number of huge frames sent by this RTP stream. Huge frames are frames that have an encoded size at least 2.5 times the average size of the frames.
Declaration
public uint HugeFramesSent
Field Value
Type | Description |
---|---|
UInt32 |
PacketsSent
Total number of RTP packets sent for this SSRC.
Declaration
public uint PacketsSent
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 |