Class RTCReceivedRtpStreamStats
Inherited Members
Namespace: Unity.WebRTC
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 |
---|---|
Int32 |