Class RtcStats.Types.LocalCandidate
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
otherRtcStats.Types.LocalCandidate
Fields
CandidateFieldNumber
Field number for the "candidate" field.
public const int CandidateFieldNumber = 2
Field Value
RtcFieldNumber
Field number for the "rtc" field.
public const int RtcFieldNumber = 1
Field Value
Properties
Candidate
public IceCandidateStats Candidate { get; set; }
Property Value
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
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public RtcStats.Types.LocalCandidate Clone()
Returns
Equals(LocalCandidate)
public bool Equals(RtcStats.Types.LocalCandidate other)
Parameters
otherRtcStats.Types.LocalCandidate
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(LocalCandidate)
public void MergeFrom(RtcStats.Types.LocalCandidate other)
Parameters
otherRtcStats.Types.LocalCandidate
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream