Table of Contents

Class GetSessionStatsCallback.Types.Result

Namespace
LiveKit.Proto
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

other GetSessionStatsCallback.Types.Result

Fields

PublisherStatsFieldNumber

Field number for the "publisher_stats" field.

public const int PublisherStatsFieldNumber = 1

Field Value

int

SubscriberStatsFieldNumber

Field number for the "subscriber_stats" field.

public const int SubscriberStatsFieldNumber = 2

Field Value

int

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

int

Clone()

public GetSessionStatsCallback.Types.Result Clone()

Returns

GetSessionStatsCallback.Types.Result

Equals(Result)

public bool Equals(GetSessionStatsCallback.Types.Result other)

Parameters

other GetSessionStatsCallback.Types.Result

Returns

bool

Equals(object)

public override bool Equals(object other)

Parameters

other object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int

MergeFrom(CodedInputStream)

public void MergeFrom(Google.Protobuf.CodedInputStream input)

Parameters

input CodedInputStream

MergeFrom(Result)

public void MergeFrom(GetSessionStatsCallback.Types.Result other)

Parameters

other GetSessionStatsCallback.Types.Result

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream