Table of Contents

Class RemoteInboundRtpStreamStats

Namespace
LiveKit.Proto
public sealed class RemoteInboundRtpStreamStats : Google.Protobuf.IMessage<RemoteInboundRtpStreamStats>, Google.Protobuf.IBufferMessage
Inheritance
RemoteInboundRtpStreamStats
Implements
IBufferMessage
Extension Methods

Constructors

RemoteInboundRtpStreamStats()

public RemoteInboundRtpStreamStats()

RemoteInboundRtpStreamStats(RemoteInboundRtpStreamStats)

public RemoteInboundRtpStreamStats(RemoteInboundRtpStreamStats other)

Parameters

other RemoteInboundRtpStreamStats

Fields

FractionLostFieldNumber

Field number for the "fraction_lost" field.

public const int FractionLostFieldNumber = 4

Field Value

int

LocalIdFieldNumber

Field number for the "local_id" field.

public const int LocalIdFieldNumber = 1

Field Value

int

RoundTripTimeFieldNumber

Field number for the "round_trip_time" field.

public const int RoundTripTimeFieldNumber = 2

Field Value

int

RoundTripTimeMeasurementsFieldNumber

Field number for the "round_trip_time_measurements" field.

public const int RoundTripTimeMeasurementsFieldNumber = 5

Field Value

int

TotalRoundTripTimeFieldNumber

Field number for the "total_round_trip_time" field.

public const int TotalRoundTripTimeFieldNumber = 3

Field Value

int

Properties

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

FractionLost

public double FractionLost { get; set; }

Property Value

double

HasFractionLost

Gets whether the "fraction_lost" field is set

public bool HasFractionLost { get; }

Property Value

bool

HasLocalId

Gets whether the "local_id" field is set

public bool HasLocalId { get; }

Property Value

bool

HasRoundTripTime

Gets whether the "round_trip_time" field is set

public bool HasRoundTripTime { get; }

Property Value

bool

HasRoundTripTimeMeasurements

Gets whether the "round_trip_time_measurements" field is set

public bool HasRoundTripTimeMeasurements { get; }

Property Value

bool

HasTotalRoundTripTime

Gets whether the "total_round_trip_time" field is set

public bool HasTotalRoundTripTime { get; }

Property Value

bool

LocalId

public string LocalId { get; set; }

Property Value

string

Parser

public static Google.Protobuf.MessageParser<RemoteInboundRtpStreamStats> Parser { get; }

Property Value

MessageParser<RemoteInboundRtpStreamStats>

RoundTripTime

public double RoundTripTime { get; set; }

Property Value

double

RoundTripTimeMeasurements

public ulong RoundTripTimeMeasurements { get; set; }

Property Value

ulong

TotalRoundTripTime

public double TotalRoundTripTime { get; set; }

Property Value

double

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearFractionLost()

Clears the value of the "fraction_lost" field

public void ClearFractionLost()

ClearLocalId()

Clears the value of the "local_id" field

public void ClearLocalId()

ClearRoundTripTime()

Clears the value of the "round_trip_time" field

public void ClearRoundTripTime()

ClearRoundTripTimeMeasurements()

Clears the value of the "round_trip_time_measurements" field

public void ClearRoundTripTimeMeasurements()

ClearTotalRoundTripTime()

Clears the value of the "total_round_trip_time" field

public void ClearTotalRoundTripTime()

Clone()

public RemoteInboundRtpStreamStats Clone()

Returns

RemoteInboundRtpStreamStats

Equals(RemoteInboundRtpStreamStats)

public bool Equals(RemoteInboundRtpStreamStats other)

Parameters

other RemoteInboundRtpStreamStats

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(RemoteInboundRtpStreamStats)

public void MergeFrom(RemoteInboundRtpStreamStats other)

Parameters

other RemoteInboundRtpStreamStats

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream