Class RtcStats.Types.RemoteInboundRtp
public sealed class RtcStats.Types.RemoteInboundRtp : Google.Protobuf.IMessage<RtcStats.Types.RemoteInboundRtp>, Google.Protobuf.IBufferMessage
- Inheritance
-
RtcStats.Types.RemoteInboundRtp
- Implements
-
IBufferMessage
- Extension Methods
Constructors
RemoteInboundRtp()
public RemoteInboundRtp()
RemoteInboundRtp(RemoteInboundRtp)
public RemoteInboundRtp(RtcStats.Types.RemoteInboundRtp other)
Parameters
otherRtcStats.Types.RemoteInboundRtp
Fields
ReceivedFieldNumber
Field number for the "received" field.
public const int ReceivedFieldNumber = 3
Field Value
RemoteInboundFieldNumber
Field number for the "remote_inbound" field.
public const int RemoteInboundFieldNumber = 4
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
Parser
public static Google.Protobuf.MessageParser<RtcStats.Types.RemoteInboundRtp> Parser { get; }
Property Value
- MessageParser<RemoteInboundRtp>
Received
public ReceivedRtpStreamStats Received { get; set; }
Property Value
RemoteInbound
public RemoteInboundRtpStreamStats RemoteInbound { 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.RemoteInboundRtp Clone()
Returns
Equals(RemoteInboundRtp)
public bool Equals(RtcStats.Types.RemoteInboundRtp other)
Parameters
otherRtcStats.Types.RemoteInboundRtp
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(RemoteInboundRtp)
public void MergeFrom(RtcStats.Types.RemoteInboundRtp other)
Parameters
otherRtcStats.Types.RemoteInboundRtp
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream