Table of Contents

Class SentRtpStreamStats

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

Constructors

SentRtpStreamStats()

public SentRtpStreamStats()

SentRtpStreamStats(SentRtpStreamStats)

public SentRtpStreamStats(SentRtpStreamStats other)

Parameters

other SentRtpStreamStats

Fields

BytesSentFieldNumber

Field number for the "bytes_sent" field.

public const int BytesSentFieldNumber = 2

Field Value

int

PacketsSentFieldNumber

Field number for the "packets_sent" field.

public const int PacketsSentFieldNumber = 1

Field Value

int

Properties

BytesSent

public ulong BytesSent { get; set; }

Property Value

ulong

Descriptor

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

Property Value

MessageDescriptor

HasBytesSent

Gets whether the "bytes_sent" field is set

public bool HasBytesSent { get; }

Property Value

bool

HasPacketsSent

Gets whether the "packets_sent" field is set

public bool HasPacketsSent { get; }

Property Value

bool

PacketsSent

public ulong PacketsSent { get; set; }

Property Value

ulong

Parser

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

Property Value

MessageParser<SentRtpStreamStats>

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearBytesSent()

Clears the value of the "bytes_sent" field

public void ClearBytesSent()

ClearPacketsSent()

Clears the value of the "packets_sent" field

public void ClearPacketsSent()

Clone()

public SentRtpStreamStats Clone()

Returns

SentRtpStreamStats

Equals(SentRtpStreamStats)

public bool Equals(SentRtpStreamStats other)

Parameters

other SentRtpStreamStats

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

public void MergeFrom(SentRtpStreamStats other)

Parameters

other SentRtpStreamStats

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream