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