Table of Contents

Class RtcStats.Types.LocalCandidate

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

Constructors

LocalCandidate()

public LocalCandidate()

LocalCandidate(LocalCandidate)

public LocalCandidate(RtcStats.Types.LocalCandidate other)

Parameters

other RtcStats.Types.LocalCandidate

Fields

CandidateFieldNumber

Field number for the "candidate" field.

public const int CandidateFieldNumber = 2

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

Properties

Candidate

public IceCandidateStats Candidate { get; set; }

Property Value

IceCandidateStats

Descriptor

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

Property Value

MessageDescriptor

Parser

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

Property Value

MessageParser<LocalCandidate>

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.LocalCandidate Clone()

Returns

RtcStats.Types.LocalCandidate

Equals(LocalCandidate)

public bool Equals(RtcStats.Types.LocalCandidate other)

Parameters

other RtcStats.Types.LocalCandidate

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

public void MergeFrom(RtcStats.Types.LocalCandidate other)

Parameters

other RtcStats.Types.LocalCandidate

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream