Class RtcStats.Types.CandidatePair
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
otherRtcStats.Types.CandidatePair
Fields
CandidatePair_FieldNumber
Field number for the "candidate_pair" field.
public const int CandidatePair_FieldNumber = 2
Field Value
RtcFieldNumber
Field number for the "rtc" field.
public const int RtcFieldNumber = 1
Field Value
Properties
CandidatePair_
public CandidatePairStats CandidatePair_ { get; set; }
Property Value
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
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public RtcStats.Types.CandidatePair Clone()
Returns
Equals(CandidatePair)
public bool Equals(RtcStats.Types.CandidatePair other)
Parameters
otherRtcStats.Types.CandidatePair
Returns
Equals(object)
public override bool Equals(object other)
Parameters
otherobject
Returns
GetHashCode()
public override int GetHashCode()
Returns
MergeFrom(CodedInputStream)
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
inputCodedInputStream
MergeFrom(CandidatePair)
public void MergeFrom(RtcStats.Types.CandidatePair other)
Parameters
otherRtcStats.Types.CandidatePair
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream