Class RtcStats.Types.InboundRtp
public sealed class RtcStats.Types.InboundRtp : Google.Protobuf.IMessage<RtcStats.Types.InboundRtp>, Google.Protobuf.IBufferMessage
- Inheritance
-
RtcStats.Types.InboundRtp
- Implements
-
IBufferMessage
- Extension Methods
Constructors
InboundRtp()
public InboundRtp()
InboundRtp(InboundRtp)
public InboundRtp(RtcStats.Types.InboundRtp other)
Parameters
otherRtcStats.Types.InboundRtp
Fields
InboundFieldNumber
Field number for the "inbound" field.
public const int InboundFieldNumber = 4
Field Value
ReceivedFieldNumber
Field number for the "received" field.
public const int ReceivedFieldNumber = 3
Field Value
RtcFieldNumber
Field number for the "rtc" field.
public const int RtcFieldNumber = 1
Field Value
StreamFieldNumber
Field number for the "stream" field.
public const int StreamFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Inbound
public InboundRtpStreamStats Inbound { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<RtcStats.Types.InboundRtp> Parser { get; }
Property Value
- MessageParser<InboundRtp>
Received
public ReceivedRtpStreamStats Received { get; set; }
Property Value
Rtc
public RtcStatsData Rtc { get; set; }
Property Value
Stream
public RtpStreamStats Stream { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public RtcStats.Types.InboundRtp Clone()
Returns
Equals(InboundRtp)
public bool Equals(RtcStats.Types.InboundRtp other)
Parameters
otherRtcStats.Types.InboundRtp
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(InboundRtp)
public void MergeFrom(RtcStats.Types.InboundRtp other)
Parameters
otherRtcStats.Types.InboundRtp
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream