Class GetSessionStatsCallback.Types.Result
public sealed class GetSessionStatsCallback.Types.Result : Google.Protobuf.IMessage<GetSessionStatsCallback.Types.Result>, Google.Protobuf.IBufferMessage
- Inheritance
-
GetSessionStatsCallback.Types.Result
- Implements
-
IBufferMessage
- Extension Methods
Constructors
Result()
public Result()
Result(Result)
public Result(GetSessionStatsCallback.Types.Result other)
Parameters
Fields
PublisherStatsFieldNumber
Field number for the "publisher_stats" field.
public const int PublisherStatsFieldNumber = 1
Field Value
SubscriberStatsFieldNumber
Field number for the "subscriber_stats" field.
public const int SubscriberStatsFieldNumber = 2
Field Value
Properties
Descriptor
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
- MessageDescriptor
Parser
public static Google.Protobuf.MessageParser<GetSessionStatsCallback.Types.Result> Parser { get; }
Property Value
- MessageParser<Result>
PublisherStats
public Google.Protobuf.Collections.RepeatedField<RtcStats> PublisherStats { get; }
Property Value
- RepeatedField<RtcStats>
SubscriberStats
public Google.Protobuf.Collections.RepeatedField<RtcStats> SubscriberStats { get; }
Property Value
- RepeatedField<RtcStats>
Methods
CalculateSize()
public int CalculateSize()
Returns
Clone()
public GetSessionStatsCallback.Types.Result Clone()
Returns
Equals(Result)
public bool Equals(GetSessionStatsCallback.Types.Result 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(Result)
public void MergeFrom(GetSessionStatsCallback.Types.Result other)
Parameters
ToString()
public override string ToString()
Returns
WriteTo(CodedOutputStream)
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
outputCodedOutputStream