Table of Contents

Class RtcStatsData

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

other RtcStatsData

Fields

IdFieldNumber

Field number for the "id" field.

public const int IdFieldNumber = 1

Field Value

int

TimestampFieldNumber

Field number for the "timestamp" field.

public const int TimestampFieldNumber = 2

Field Value

int

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

bool

HasTimestamp

Gets whether the "timestamp" field is set

public bool HasTimestamp { get; }

Property Value

bool

Id

public string Id { get; set; }

Property Value

string

Parser

public static Google.Protobuf.MessageParser<RtcStatsData> Parser { get; }

Property Value

MessageParser<RtcStatsData>

Timestamp

public long Timestamp { get; set; }

Property Value

long

Methods

CalculateSize()

public int CalculateSize()

Returns

int

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

RtcStatsData

Equals(RtcStatsData)

public bool Equals(RtcStatsData other)

Parameters

other RtcStatsData

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

public void MergeFrom(RtcStatsData other)

Parameters

other RtcStatsData

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream