Class RtcStatsData
public sealed class RtcStatsData : Google.Protobuf.IMessage<RtcStatsData>, Google.Protobuf.IBufferMessage
- Inheritance
-
RtcStatsData
- Implements
-
IBufferMessage
- Extension Methods
Constructors
RtcStatsData()
public RtcStatsData()
RtcStatsData(RtcStatsData)
public RtcStatsData(RtcStatsData other)
Parameters
otherRtcStatsData
Fields
IdFieldNumber
Field number for the "id" field.
public const int IdFieldNumber = 1
Field Value
TimestampFieldNumber
Field number for the "timestamp" field.
public const int TimestampFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
HasId
Gets whether the "id" field is set
public bool HasId { get; }
Property Value
HasTimestamp
Gets whether the "timestamp" field is set
public bool HasTimestamp { get; }
Property Value
Id
public string Id { get; set; }
Property Value
Parser
public static Google.Protobuf.MessageParser<RtcStatsData> Parser { get; }
Property Value
- MessageParser<RtcStatsData>
Timestamp
public long Timestamp { get; set; }
Property Value
Methods
CalculateSize()
public int CalculateSize()
Returns
ClearId()
Clears the value of the "id" field
public void ClearId()
ClearTimestamp()
Clears the value of the "timestamp" field
public void ClearTimestamp()
Clone()
public RtcStatsData Clone()
Returns
Equals(RtcStatsData)
public bool Equals(RtcStatsData other)
Parameters
otherRtcStatsData
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(RtcStatsData)
public void MergeFrom(RtcStatsData other)
Parameters
otherRtcStatsData
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream