Table of Contents

Class ReceivedRtpStreamStats

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

Constructors

ReceivedRtpStreamStats()

public ReceivedRtpStreamStats()

ReceivedRtpStreamStats(ReceivedRtpStreamStats)

public ReceivedRtpStreamStats(ReceivedRtpStreamStats other)

Parameters

other ReceivedRtpStreamStats

Fields

JitterFieldNumber

Field number for the "jitter" field.

public const int JitterFieldNumber = 3

Field Value

int

PacketsLostFieldNumber

Field number for the "packets_lost" field.

public const int PacketsLostFieldNumber = 2

Field Value

int

PacketsReceivedFieldNumber

Field number for the "packets_received" field.

public const int PacketsReceivedFieldNumber = 1

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasJitter

Gets whether the "jitter" field is set

public bool HasJitter { get; }

Property Value

bool

HasPacketsLost

Gets whether the "packets_lost" field is set

public bool HasPacketsLost { get; }

Property Value

bool

HasPacketsReceived

Gets whether the "packets_received" field is set

public bool HasPacketsReceived { get; }

Property Value

bool

Jitter

public double Jitter { get; set; }

Property Value

double

PacketsLost

public long PacketsLost { get; set; }

Property Value

long

PacketsReceived

public ulong PacketsReceived { get; set; }

Property Value

ulong

Parser

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

Property Value

MessageParser<ReceivedRtpStreamStats>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearJitter()

Clears the value of the "jitter" field

public void ClearJitter()

ClearPacketsLost()

Clears the value of the "packets_lost" field

public void ClearPacketsLost()

ClearPacketsReceived()

Clears the value of the "packets_received" field

public void ClearPacketsReceived()

Clone()

public ReceivedRtpStreamStats Clone()

Returns

ReceivedRtpStreamStats

Equals(ReceivedRtpStreamStats)

public bool Equals(ReceivedRtpStreamStats other)

Parameters

other ReceivedRtpStreamStats

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(ReceivedRtpStreamStats)

public void MergeFrom(ReceivedRtpStreamStats other)

Parameters

other ReceivedRtpStreamStats

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream