Class RTCReceivedRtpStreamStats
Inherited Members
Namespace: Unity.WebRTC
Assembly: Unity.WebRTC.dll
Syntax
public class RTCReceivedRtpStreamStats : RTCRTPStreamStats
Properties
jitter
Declaration
public double jitter { get; }
Property Value
Type | Description |
---|---|
double |
packetsLost
Declaration
public int packetsLost { get; }
Property Value
Type | Description |
---|---|
int |