Class RTCSentRtpStreamStats
Statistics for sent RTP streams.
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCSentRtpStreamStats : RTCRTPStreamStats
Properties
bytesSent
The total number of bytes sent in the RTP stream.
Declaration
public ulong bytesSent { get; }
Property Value
Type | Description |
---|---|
ulong |
packetsSent
The number of packets sent in the RTP stream.
Declaration
public ulong packetsSent { get; }
Property Value
Type | Description |
---|---|
ulong |