Table of Contents

Class StreamStats

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

Constructors

StreamStats()

public StreamStats()

StreamStats(StreamStats)

public StreamStats(StreamStats other)

Parameters

other StreamStats

Fields

IdFieldNumber

Field number for the "id" field.

public const int IdFieldNumber = 1

Field Value

int

StreamIdentifierFieldNumber

Field number for the "stream_identifier" field.

public const int StreamIdentifierFieldNumber = 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

HasStreamIdentifier

Gets whether the "stream_identifier" field is set

public bool HasStreamIdentifier { get; }

Property Value

bool

Id

public string Id { get; set; }

Property Value

string

Parser

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

Property Value

MessageParser<StreamStats>

StreamIdentifier

required int64 timestamp = 3;

public string StreamIdentifier { get; set; }

Property Value

string

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearId()

Clears the value of the "id" field

public void ClearId()

ClearStreamIdentifier()

Clears the value of the "stream_identifier" field

public void ClearStreamIdentifier()

Clone()

public StreamStats Clone()

Returns

StreamStats

Equals(StreamStats)

public bool Equals(StreamStats other)

Parameters

other StreamStats

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

public void MergeFrom(StreamStats other)

Parameters

other StreamStats

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream