Table of Contents

Class RtcStats.Types.CandidatePair

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

Constructors

CandidatePair()

public CandidatePair()

CandidatePair(CandidatePair)

public CandidatePair(RtcStats.Types.CandidatePair other)

Parameters

other RtcStats.Types.CandidatePair

Fields

CandidatePair_FieldNumber

Field number for the "candidate_pair" field.

public const int CandidatePair_FieldNumber = 2

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

Properties

CandidatePair_

public CandidatePairStats CandidatePair_ { get; set; }

Property Value

CandidatePairStats

Descriptor

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

Property Value

MessageDescriptor

Parser

public static Google.Protobuf.MessageParser<RtcStats.Types.CandidatePair> Parser { get; }

Property Value

MessageParser<CandidatePair>

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.CandidatePair Clone()

Returns

RtcStats.Types.CandidatePair

Equals(CandidatePair)

public bool Equals(RtcStats.Types.CandidatePair other)

Parameters

other RtcStats.Types.CandidatePair

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

public void MergeFrom(RtcStats.Types.CandidatePair other)

Parameters

other RtcStats.Types.CandidatePair

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream