Class RTCRemoteOutboundRtpStreamStats
Inheritance
RTCRemoteOutboundRtpStreamStats
Assembly: Unity.WebRTC.dll
Syntax
public class RTCRemoteOutboundRtpStreamStats : RTCSentRtpStreamStats
Properties
localId
Declaration
public string localId { get; }
Property Value
remoteTimestamp
Declaration
public double remoteTimestamp { get; }
Property Value
reportsSent
Declaration
public ulong reportsSent { get; }
Property Value
roundTripTime
Declaration
public double roundTripTime { get; }
Property Value
roundTripTimeMeasurements
Declaration
public ulong roundTripTimeMeasurements { get; }
Property Value
totalRoundTripTime
Declaration
public double totalRoundTripTime { get; }
Property Value