Class RtcStats.Types.DataChannel
public sealed class RtcStats.Types.DataChannel : Google.Protobuf.IMessage<RtcStats.Types.DataChannel>, Google.Protobuf.IBufferMessage
- Inheritance
-
RtcStats.Types.DataChannel
- Implements
-
IBufferMessage
- Extension Methods
Constructors
DataChannel()
public DataChannel()
DataChannel(DataChannel)
public DataChannel(RtcStats.Types.DataChannel other)
Parameters
otherRtcStats.Types.DataChannel
Fields
DcFieldNumber
Field number for the "dc" field.
public const int DcFieldNumber = 2
Field Value
RtcFieldNumber
Field number for the "rtc" field.
public const int RtcFieldNumber = 1
Field Value
Properties
Dc
public DataChannelStats Dc { get; set; }
Property Value
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static Google.Protobuf.MessageParser<RtcStats.Types.DataChannel> Parser { get; }
Property Value
- MessageParser<DataChannel>
Rtc
public RtcStatsData Rtc { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public RtcStats.Types.DataChannel Clone()
Returns
Equals(DataChannel)
public bool Equals(RtcStats.Types.DataChannel other)
Parameters
otherRtcStats.Types.DataChannel
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(DataChannel)
public void MergeFrom(RtcStats.Types.DataChannel other)
Parameters
otherRtcStats.Types.DataChannel
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream