Table of Contents

Class DataChannelBufferedAmountLowThresholdChanged

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

Constructors

DataChannelBufferedAmountLowThresholdChanged()

public DataChannelBufferedAmountLowThresholdChanged()

DataChannelBufferedAmountLowThresholdChanged(DataChannelBufferedAmountLowThresholdChanged)

public DataChannelBufferedAmountLowThresholdChanged(DataChannelBufferedAmountLowThresholdChanged other)

Parameters

other DataChannelBufferedAmountLowThresholdChanged

Fields

KindFieldNumber

Field number for the "kind" field.

public const int KindFieldNumber = 1

Field Value

int

ThresholdFieldNumber

Field number for the "threshold" field.

public const int ThresholdFieldNumber = 2

Field Value

int

Properties

Descriptor

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

Property Value

MessageDescriptor

HasKind

Gets whether the "kind" field is set

public bool HasKind { get; }

Property Value

bool

HasThreshold

Gets whether the "threshold" field is set

public bool HasThreshold { get; }

Property Value

bool

Kind

public DataPacketKind Kind { get; set; }

Property Value

DataPacketKind

Parser

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

Property Value

MessageParser<DataChannelBufferedAmountLowThresholdChanged>

Threshold

public ulong Threshold { get; set; }

Property Value

ulong

Methods

CalculateSize()

public int CalculateSize()

Returns

int

ClearKind()

Clears the value of the "kind" field

public void ClearKind()

ClearThreshold()

Clears the value of the "threshold" field

public void ClearThreshold()

Clone()

public DataChannelBufferedAmountLowThresholdChanged Clone()

Returns

DataChannelBufferedAmountLowThresholdChanged

Equals(DataChannelBufferedAmountLowThresholdChanged)

public bool Equals(DataChannelBufferedAmountLowThresholdChanged other)

Parameters

other DataChannelBufferedAmountLowThresholdChanged

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

public void MergeFrom(DataChannelBufferedAmountLowThresholdChanged other)

Parameters

other DataChannelBufferedAmountLowThresholdChanged

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream