Table of Contents

Class SetDataChannelBufferedAmountLowThresholdRequest

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

Constructors

SetDataChannelBufferedAmountLowThresholdRequest()

public SetDataChannelBufferedAmountLowThresholdRequest()

SetDataChannelBufferedAmountLowThresholdRequest(SetDataChannelBufferedAmountLowThresholdRequest)

public SetDataChannelBufferedAmountLowThresholdRequest(SetDataChannelBufferedAmountLowThresholdRequest other)

Parameters

other SetDataChannelBufferedAmountLowThresholdRequest

Fields

KindFieldNumber

Field number for the "kind" field.

public const int KindFieldNumber = 3

Field Value

int

LocalParticipantHandleFieldNumber

Field number for the "local_participant_handle" field.

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

HasLocalParticipantHandle

Gets whether the "local_participant_handle" field is set

public bool HasLocalParticipantHandle { 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

LocalParticipantHandle

public ulong LocalParticipantHandle { get; set; }

Property Value

ulong

Parser

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

Property Value

MessageParser<SetDataChannelBufferedAmountLowThresholdRequest>

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

ClearLocalParticipantHandle()

Clears the value of the "local_participant_handle" field

public void ClearLocalParticipantHandle()

ClearThreshold()

Clears the value of the "threshold" field

public void ClearThreshold()

Clone()

public SetDataChannelBufferedAmountLowThresholdRequest Clone()

Returns

SetDataChannelBufferedAmountLowThresholdRequest

Equals(SetDataChannelBufferedAmountLowThresholdRequest)

public bool Equals(SetDataChannelBufferedAmountLowThresholdRequest other)

Parameters

other SetDataChannelBufferedAmountLowThresholdRequest

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

public void MergeFrom(SetDataChannelBufferedAmountLowThresholdRequest other)

Parameters

other SetDataChannelBufferedAmountLowThresholdRequest

ToString()

public override string ToString()

Returns

string

WriteTo(CodedOutputStream)

public void WriteTo(Google.Protobuf.CodedOutputStream output)

Parameters

output CodedOutputStream