Table of Contents

Class RtcStats.Types.Stream

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

other RtcStats.Types.Stream

Fields

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

Stream_FieldNumber

Field number for the "stream" field.

public const int Stream_FieldNumber = 2

Field Value

int

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

RtcStatsData

Stream_

public StreamStats Stream_ { get; set; }

Property Value

StreamStats

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.Stream Clone()

Returns

RtcStats.Types.Stream

Equals(Stream)

public bool Equals(RtcStats.Types.Stream other)

Parameters

other RtcStats.Types.Stream

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(Stream)

public void MergeFrom(RtcStats.Types.Stream other)

Parameters

other RtcStats.Types.Stream

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream