Class RtcStats.Types.RemoteOutboundRtp
public sealed class RtcStats.Types.RemoteOutboundRtp : Google.Protobuf.IMessage<RtcStats.Types.RemoteOutboundRtp>, Google.Protobuf.IBufferMessage
- Inheritance
-
RtcStats.Types.RemoteOutboundRtp
- Implements
-
IBufferMessage
- Extension Methods
Constructors
RemoteOutboundRtp()
public RemoteOutboundRtp()
RemoteOutboundRtp(RemoteOutboundRtp)
public RemoteOutboundRtp(RtcStats.Types.RemoteOutboundRtp other)
Parameters
otherRtcStats.Types.RemoteOutboundRtp
Fields
RemoteOutboundFieldNumber
Field number for the "remote_outbound" field.
public const int RemoteOutboundFieldNumber = 4
Field Value
RtcFieldNumber
Field number for the "rtc" field.
public const int RtcFieldNumber = 1
Field Value
SentFieldNumber
Field number for the "sent" field.
public const int SentFieldNumber = 3
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.RemoteOutboundRtp> Parser { get; }
Property Value
- MessageParser<RemoteOutboundRtp>
RemoteOutbound
public RemoteOutboundRtpStreamStats RemoteOutbound { get; set; }
Property Value
Rtc
public RtcStatsData Rtc { get; set; }
Property Value
Sent
public SentRtpStreamStats Sent { get; set; }
Property Value
Stream
public RtpStreamStats Stream { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public RtcStats.Types.RemoteOutboundRtp Clone()
Returns
Equals(RemoteOutboundRtp)
public bool Equals(RtcStats.Types.RemoteOutboundRtp other)
Parameters
otherRtcStats.Types.RemoteOutboundRtp
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(RemoteOutboundRtp)
public void MergeFrom(RtcStats.Types.RemoteOutboundRtp other)
Parameters
otherRtcStats.Types.RemoteOutboundRtp
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream