Class RtcStats.Types.RemoteCandidate
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
otherRtcStats.Types.RemoteCandidate
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.RemoteCandidate> Parser { get; }
Property Value
- MessageParser<RemoteCandidate>
Rtc
public RtcStatsData Rtc { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public RtcStats.Types.RemoteCandidate Clone()
Returns
Equals(RemoteCandidate)
public bool Equals(RtcStats.Types.RemoteCandidate other)
Parameters
otherRtcStats.Types.RemoteCandidate
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(RemoteCandidate)
public void MergeFrom(RtcStats.Types.RemoteCandidate other)
Parameters
otherRtcStats.Types.RemoteCandidate
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream