Table of Contents

Class RtcStats.Types.Codec

Namespace
LiveKit.Proto
public sealed class RtcStats.Types.Codec : Google.Protobuf.IMessage<RtcStats.Types.Codec>, Google.Protobuf.IBufferMessage
Inheritance
RtcStats.Types.Codec
Implements
IBufferMessage
Extension Methods

Constructors

Codec()

public Codec()

Codec(Codec)

public Codec(RtcStats.Types.Codec other)

Parameters

other RtcStats.Types.Codec

Fields

Codec_FieldNumber

Field number for the "codec" field.

public const int Codec_FieldNumber = 2

Field Value

int

RtcFieldNumber

Field number for the "rtc" field.

public const int RtcFieldNumber = 1

Field Value

int

Properties

Codec_

public CodecStats Codec_ { get; set; }

Property Value

CodecStats

Descriptor

public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }

Property Value

MessageDescriptor

Parser

public static Google.Protobuf.MessageParser<RtcStats.Types.Codec> Parser { get; }

Property Value

MessageParser<Codec>

Rtc

public RtcStatsData Rtc { get; set; }

Property Value

RtcStatsData

Methods

CalculateSize()

public int CalculateSize()

Returns

int

Clone()

public RtcStats.Types.Codec Clone()

Returns

RtcStats.Types.Codec

Equals(Codec)

public bool Equals(RtcStats.Types.Codec other)

Parameters

other RtcStats.Types.Codec

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

public void MergeFrom(RtcStats.Types.Codec other)

Parameters

other RtcStats.Types.Codec

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream