Table of Contents

Class RtcStats.Types.RemoteCandidate

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

Constructors

RemoteCandidate()

public RemoteCandidate()

RemoteCandidate(RemoteCandidate)

public RemoteCandidate(RtcStats.Types.RemoteCandidate other)

Parameters

other RtcStats.Types.RemoteCandidate

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.RemoteCandidate> Parser { get; }

Property Value

MessageParser<RemoteCandidate>

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.RemoteCandidate Clone()

Returns

RtcStats.Types.RemoteCandidate

Equals(RemoteCandidate)

public bool Equals(RtcStats.Types.RemoteCandidate other)

Parameters

other RtcStats.Types.RemoteCandidate

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

public void MergeFrom(RtcStats.Types.RemoteCandidate other)

Parameters

other RtcStats.Types.RemoteCandidate

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream